public interface DiscreteUncertainObject extends UncertainObject
FeatureVector.Factory<V extends FeatureVector<? extends D>,D>
Modifier and Type | Method and Description |
---|---|
int |
getNumberSamples()
Get the number of samples available (or -1 for infinite).
|
DoubleVector |
getSample(int i)
Get the i'th vector.
|
double |
getWeight(int i)
Get the weight of the i'th vector.
|
drawSample, getCenterOfMass
getDimensionality, getMax, getMin
getDimensionality, getValue, toString
int getNumberSamples()
DoubleVector getSample(int i)
i
- Indexdouble getWeight(int i)
i
- IndexCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.