Interface | Description |
---|---|
DiscreteUncertainObject |
Interface for discrete uncertain objects, that are represented by a finite
(possibly weighted) number of samples.
|
UncertainObject |
Interface for uncertain objects.
|
Class | Description |
---|---|
AbstractUncertainObject |
Abstract base implementation for
UncertainObject s, providing shared
functionality such as bounding box access and random generation. |
SimpleGaussianContinuousUncertainObject |
Gaussian model for uncertain objects, sampled from a 3-sigma bounding box.
|
SimpleGaussianContinuousUncertainObject.Factory |
Factory class for this data type.
|
UniformContinuousUncertainObject |
Continuous uncertain object model using a uniform distribution on the
bounding box.
|
UniformContinuousUncertainObject.Factory |
Factory class for this data type.
|
UnweightedDiscreteUncertainObject |
Unweighted implementation of discrete uncertain objects.
|
UnweightedDiscreteUncertainObject.Factory |
Factory class for this data type.
|
WeightedDiscreteUncertainObject |
Weighted version of discrete uncertain objects.
|
WeightedDiscreteUncertainObject.Factory |
Factory class for this data type.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.