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. FACTORYVector factory.Methods in elki.data.uncertain that return UnweightedDiscreteUncertainObject Modifier and Type Method Description <A> UnweightedDiscreteUncertainObjectUnweightedDiscreteUncertainObject.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> UnweightedDiscreteUncertainObjectUnweightedDiscreteUncertainifier. 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 UnweightedDiscreteUncertainObjectUncertainSplitFilter. 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)
-