public class DRealHistogram extends DHistogram<DRealHistogram>
Sums & sums-of-squares of doubles
| Constructor and Description |
|---|
DRealHistogram(java.lang.String name,
int nbins,
byte isInt,
float min,
float maxEx,
long nelems) |
| Modifier and Type | Method and Description |
|---|---|
long |
byteSize0() |
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, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic DRealHistogram(java.lang.String name,
int nbins,
byte isInt,
float min,
float maxEx,
long nelems)
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>