public static class SharedTree.SharedTreeDebugParams extends water.Iced<SharedTree.SharedTreeDebugParams>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_histo_monitor_class |
boolean |
_keep_orig_histo_precision |
boolean |
_reproducible_histos |
Constructor and Description |
---|
SharedTreeDebugParams() |
SharedTreeDebugParams(boolean initFromSysProps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.function.Consumer<DHistogram[][]> |
makeDHistogramMonitor(int treeNum,
int k,
int leaf) |
public boolean _reproducible_histos
public boolean _keep_orig_histo_precision
public java.lang.String _histo_monitor_class
public SharedTreeDebugParams(boolean initFromSysProps)
public SharedTreeDebugParams()
public java.util.function.Consumer<DHistogram[][]> makeDHistogramMonitor(int treeNum, int k, int leaf)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object