public class MultidimensionalHistogram extends MultidimensionalDoubleFV
nbins
values
Constructor and Description |
---|
MultidimensionalHistogram(int... nbins)
Construct a histogram with the given number of bins
per dimension.
|
Modifier and Type | Method and Description |
---|---|
MultidimensionalHistogram |
clone() |
double |
max()
Compute the maximum value in the histogram
|
void |
normalise()
Normalise to unit length
|
asciiHeader, asDoubleFV, binaryHeader, compare, get, get, getCoordinates, getIndex, getVector, readASCII, readBinary, set, toString, writeASCII, writeBinary
asDoubleVector, compare, concatenate, concatenate, equals, getAsDouble, hashCode, length, newInstance, normaliseFV, normaliseFV, normaliseFV, normaliseFV, setFromDouble, subvector, subvector
finalize, getClass, notify, notifyAll, wait, wait, wait
asDoubleVector, getAsDouble, length, newInstance, normaliseFV, normaliseFV, normaliseFV, normaliseFV, setFromDouble
public MultidimensionalHistogram(int... nbins)
nbins
- number of bins per dimensionpublic void normalise()
public double max()
public MultidimensionalHistogram clone()
clone
in class MultidimensionalDoubleFV