hex
Class DPCA.PCAParams

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

public static class DPCA.PCAParams
extends Iced


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

_maxPC

public int _maxPC

_tol

public double _tol

_standardized

public boolean _standardized
Constructor Detail

DPCA.PCAParams

public DPCA.PCAParams(double tol,
                      boolean standardized)

DPCA.PCAParams

public DPCA.PCAParams(int maxPC,
                      double tol,
                      boolean standardized)
Method Detail

toJson

public com.google.gson.JsonObject toJson()