|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
hex.DPCA.PCAParams
public static class DPCA.PCAParams
Field Summary | |
---|---|
int |
_maxPC
|
boolean |
_standardized
|
double |
_tol
|
Constructor Summary | |
---|---|
DPCA.PCAParams(double tol,
boolean standardized)
|
|
DPCA.PCAParams(int maxPC,
double tol,
boolean standardized)
|
Method Summary | |
---|---|
com.google.gson.JsonObject |
toJson()
|
Methods inherited from class water.Iced |
---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int _maxPC
public double _tol
public boolean _standardized
Constructor Detail |
---|
public DPCA.PCAParams(double tol, boolean standardized)
public DPCA.PCAParams(int maxPC, double tol, boolean standardized)
Method Detail |
---|
public com.google.gson.JsonObject toJson()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |