public interface UncertainObject extends SpatialComparable, FeatureVector<java.lang.Double>
FeatureVector.Factory<V extends FeatureVector<? extends D>,D>
Modifier and Type | Field and Description |
---|---|
static VectorFieldTypeInformation<DiscreteUncertainObject> |
DISCRETE_UNCERTAIN_OBJECT
Uncertain objects.
|
static VectorFieldTypeInformation<UncertainObject> |
UNCERTAIN_OBJECT_FIELD
Uncertain objects.
|
TYPE
Modifier and Type | Method and Description |
---|---|
DoubleVector |
drawSample(java.util.Random rand)
Draw a random sampled instance.
|
DoubleVector |
getCenterOfMass()
Get the center of mass of the uncertain object.
|
getDimensionality, getMax, getMin
getDimensionality, getValue, toString
static final VectorFieldTypeInformation<UncertainObject> UNCERTAIN_OBJECT_FIELD
static final VectorFieldTypeInformation<DiscreteUncertainObject> DISCRETE_UNCERTAIN_OBJECT
DoubleVector drawSample(java.util.Random rand)
rand
- Random generatorDoubleVector getCenterOfMass()
Copyright © 2019 ELKI Development Team. License information.