public class PCA extends Object
| Constructor and Description |
|---|
PCA() |
| Modifier and Type | Method and Description |
|---|---|
static INDArray |
pca(INDArray X,
int nDims,
boolean normalize)
Reduce the dimension of x
to the specified number of dimensions.
|
public static INDArray pca(INDArray X, int nDims, boolean normalize)
X - the x to reducenDims - the number of dimensions to reduce tonormalize - normalizeCopyright © 2016. All Rights Reserved.