public interface UncertainObject extends SpatialComparable, FeatureVector<Double>
FeatureVector.Factory<V extends FeatureVector<? extends D>,D>
Modifier and Type | Method and Description |
---|---|
DoubleVector |
drawSample(Random rand)
Draw a random sampled instance.
|
DoubleVector |
getCenterOfMass()
Get the center of mass of the uncertain object.
|
getDimensionality, getMax, getMin
getDimensionality, getValue, toString
DoubleVector drawSample(Random rand)
rand
- Random generatorDoubleVector getCenterOfMass()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.