Uses of Class
elki.data.uncertain.UnweightedDiscreteUncertainObject
-
Packages that use UnweightedDiscreteUncertainObject Package Description 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. -
-
Uses of UnweightedDiscreteUncertainObject in elki.data.uncertain
Fields in elki.data.uncertain with type parameters of type UnweightedDiscreteUncertainObject Modifier and Type Field Description static FeatureVector.Factory<UnweightedDiscreteUncertainObject,?>
UnweightedDiscreteUncertainObject. FACTORY
Vector factory.Methods in elki.data.uncertain that return UnweightedDiscreteUncertainObject Modifier and Type Method Description <A> UnweightedDiscreteUncertainObject
UnweightedDiscreteUncertainObject.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)
Methods in elki.data.uncertain that return types with arguments of type UnweightedDiscreteUncertainObject Modifier and Type Method Description ByteBufferSerializer<UnweightedDiscreteUncertainObject>
UnweightedDiscreteUncertainObject.Factory. getDefaultSerializer()
java.lang.Class<? super UnweightedDiscreteUncertainObject>
UnweightedDiscreteUncertainObject.Factory. getRestrictionClass()
-
Uses of UnweightedDiscreteUncertainObject in elki.data.uncertain.uncertainifier
Methods in elki.data.uncertain.uncertainifier that return UnweightedDiscreteUncertainObject Modifier and Type Method Description <A> UnweightedDiscreteUncertainObject
UnweightedDiscreteUncertainifier. newFeatureVector(java.util.Random rand, A array, NumberArrayAdapter<?,A> adapter)
Methods in elki.data.uncertain.uncertainifier that return types with arguments of type UnweightedDiscreteUncertainObject Modifier and Type Method Description FeatureVector.Factory<UnweightedDiscreteUncertainObject,?>
UnweightedDiscreteUncertainifier. getFactory()
-
Uses of UnweightedDiscreteUncertainObject in elki.datasource.filter.typeconversions
Methods in elki.datasource.filter.typeconversions that return UnweightedDiscreteUncertainObject Modifier and Type Method Description protected UnweightedDiscreteUncertainObject
UncertainSplitFilter. filterSingleObject(NumberVector vec)
Methods in elki.datasource.filter.typeconversions that return types with arguments of type UnweightedDiscreteUncertainObject Modifier and Type Method Description protected SimpleTypeInformation<UnweightedDiscreteUncertainObject>
UncertainSplitFilter. convertedType(SimpleTypeInformation<NumberVector> in)
-