|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.math.statistics.Standardize
public class Standardize
Standardize -- Standardize columns of an (n x m) matrix.
| Constructor Summary | |
|---|---|
protected |
Standardize()
Don't allow instantiation, but allow subclassing. |
| Method Summary | |
|---|---|
static Matrix[] |
standardize(Matrix matrix)
Standardize columns of a matrix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Standardize()
| Method Detail |
|---|
public static Matrix[] standardize(Matrix matrix)
matrix - The n x m data matrix whose columns are
to be standardized to mean=0 and
standard deviation=1.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||