|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--idl.tmt.representation.matrix.MatrixNormalizer
Provides basic functionality for centering and normalizing the columns of a colt matrix.
| Field Summary | |
private int |
cols
|
private int |
rows
|
private DoubleMatrix2D |
x
|
| Constructor Summary | |
MatrixNormalizer(DoubleMatrix2D theMatrix)
|
|
| Method Summary | |
DoubleMatrix2D |
center()
|
DoubleMatrix2D |
normalize()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private DoubleMatrix2D x
private int rows
private int cols
| Constructor Detail |
public MatrixNormalizer(DoubleMatrix2D theMatrix)
| Method Detail |
public DoubleMatrix2D center()
public DoubleMatrix2D normalize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||