public class UniformContinuousUncertainObject extends AbstractUncertainObject
This is a continuous version of the U-Model in:
L. Antova, T. Jansen, C. Koch, D. Olteanu
Fast and simple relational processing of uncertain data
In IEEE 24th International Conference on Data Engineering (ICDE) 2008.
Modifier and Type | Class and Description |
---|---|
private static class |
UniformContinuousUncertainObject.Factory
Factory class for this data type.
|
Modifier and Type | Field and Description |
---|---|
static FeatureVector.Factory<UniformContinuousUncertainObject,?> |
FACTORY
Vector factory.
|
bounds, DEFAULT_TRY_LIMIT
DISCRETE_UNCERTAIN_OBJECT, UNCERTAIN_OBJECT_FIELD
TYPE
Constructor and Description |
---|
UniformContinuousUncertainObject(SpatialComparable bounds)
Constructor.
|
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.
|
computeBounds, getDimensionality, getMax, getMin, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public static final FeatureVector.Factory<UniformContinuousUncertainObject,?> FACTORY
public UniformContinuousUncertainObject(SpatialComparable bounds)
bounds
- Bounding box.public DoubleVector getCenterOfMass()
UncertainObject
getCenterOfMass
in interface UncertainObject
getCenterOfMass
in class AbstractUncertainObject
public DoubleVector drawSample(java.util.Random rand)
UncertainObject
drawSample
in interface UncertainObject
drawSample
in class AbstractUncertainObject
rand
- Random generatorCopyright © 2019 ELKI Development Team. License information.