hex.pca
Class PCAParams

java.lang.Object
  extended by water.Iced
      extended by hex.pca.PCAParams
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class PCAParams
extends Iced


Field Summary
static DocGen.FieldDoc[] DOC_FIELDS
           
 
Constructor Summary
PCAParams(boolean std)
           
PCAParams(double tol, boolean std)
           
PCAParams(int max, double tol, boolean std)
           
 
Method Summary
 
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

DOC_FIELDS

public static DocGen.FieldDoc[] DOC_FIELDS
Constructor Detail

PCAParams

public PCAParams(boolean std)

PCAParams

public PCAParams(double tol,
                 boolean std)

PCAParams

public PCAParams(int max,
                 double tol,
                 boolean std)