Uses of Package
elki.data.uncertain
-
Packages that use elki.data.uncertain Package Description elki.clustering.uncertain Clustering algorithms for uncertain data.elki.data.uncertain Uncertain data objects.elki.data.uncertain.uncertainifier Classes to generate uncertain objects from existing certain data.elki.datasource.filter.typeconversions Filters to perform data type conversions.elki.visualization.visualizers.scatterplot.uncertain Visualizers for uncertain data. -
Classes in elki.data.uncertain used by elki.clustering.uncertain Class Description DiscreteUncertainObject Interface for discrete uncertain objects, that are represented by a finite (possibly weighted) number of samples.UncertainObject Interface for uncertain objects. -
Classes in elki.data.uncertain used by elki.data.uncertain Class Description AbstractUncertainObject Abstract base implementation forUncertainObject
s, providing shared functionality such as bounding box access and random generation.DiscreteUncertainObject Interface for discrete uncertain objects, that are represented by a finite (possibly weighted) number of samples.SimpleGaussianContinuousUncertainObject Gaussian model for uncertain objects, sampled from a 3-sigma bounding box.UncertainObject Interface for uncertain objects.UniformContinuousUncertainObject Continuous uncertain object model using a uniform distribution on the bounding box.UnweightedDiscreteUncertainObject Unweighted implementation of discrete uncertain objects.WeightedDiscreteUncertainObject Weighted version of discrete uncertain objects. -
Classes in elki.data.uncertain used by elki.data.uncertain.uncertainifier Class Description SimpleGaussianContinuousUncertainObject Gaussian model for uncertain objects, sampled from a 3-sigma bounding box.UncertainObject Interface for uncertain objects.UniformContinuousUncertainObject Continuous uncertain object model using a uniform distribution on the bounding box.UnweightedDiscreteUncertainObject Unweighted implementation of discrete uncertain objects.WeightedDiscreteUncertainObject Weighted version of discrete uncertain objects. -
Classes in elki.data.uncertain used by elki.datasource.filter.typeconversions Class Description UncertainObject Interface for uncertain objects.UnweightedDiscreteUncertainObject Unweighted implementation of discrete uncertain objects.WeightedDiscreteUncertainObject Weighted version of discrete uncertain objects. -
Classes in elki.data.uncertain used by elki.visualization.visualizers.scatterplot.uncertain Class Description DiscreteUncertainObject Interface for discrete uncertain objects, that are represented by a finite (possibly weighted) number of samples.UncertainObject Interface for uncertain objects.