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,
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, toStringclone, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic DRealHistogram(java.lang.String name,
int nbins,
byte isInt,
float min,
float maxEx,
long nelems,
boolean doGrpSplit)
public int frozenType()
FreezablefrozenType in interface FreezablefrozenType in class Icedpublic 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>