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