Package elki.data.uncertain
Uncertain data objects.
-
Interface Summary 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 Summary Class Description AbstractUncertainObject Abstract base implementation forUncertainObject
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.