public class DRealHistogram extends DHistogram<DRealHistogram>
Sums and sums-of-squares of doubles
Constructor and Description |
---|
DRealHistogram(java.lang.String name,
int nbins,
byte isInt,
float min,
float maxEx,
long nelems,
int min_rows,
boolean doGrpSplit) |
Modifier and Type | Method and Description |
---|---|
long |
byteSize0() |
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class
|
double |
mean(int b) |
DTree.Split |
scoreMSE(int col) |
double |
var(int b) |
bins, byteSize, find_maxEx, find_maxEx, find_maxIn, find_min, initialHist, isConstantResponse, make, maxsIn, mins, nbins, setMax, setMin, toString
clone, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public DRealHistogram(java.lang.String name, int nbins, byte isInt, float min, float maxEx, long nelems, int min_rows, boolean doGrpSplit)
public int frozenType()
Freezable
frozenType
in interface Freezable
frozenType
in class Iced
public double mean(int b)
mean
in class DHistogram<DRealHistogram>
public double var(int b)
var
in class DHistogram<DRealHistogram>
public DTree.Split scoreMSE(int col)
scoreMSE
in class DHistogram<DRealHistogram>
public long byteSize0()
byteSize0
in class DHistogram<DRealHistogram>