Uses of Class
org.tribuo.SelectedFeatureSet
Packages that use SelectedFeatureSet
Package
Description
Provides the core interfaces and classes for using Tribuo.
Information theoretic feature selection algorithms.
Provides utility datasets which subsample or otherwise
transform the wrapped dataset.
-
Uses of SelectedFeatureSet in org.tribuo
Methods in org.tribuo that return SelectedFeatureSetModifier and TypeMethodDescriptionstatic SelectedFeatureSet
SelectedFeatureSet.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.Selects features according to this selection algorithm from the specified dataset. -
Uses of SelectedFeatureSet in org.tribuo.classification.fs
Methods in org.tribuo.classification.fs that return SelectedFeatureSetModifier and TypeMethodDescription -
Uses of SelectedFeatureSet in org.tribuo.dataset
Methods in org.tribuo.dataset that return SelectedFeatureSetConstructors in org.tribuo.dataset with parameters of type SelectedFeatureSetModifierConstructorDescriptionSelectedFeatureDataset
(Dataset<T> dataset, SelectedFeatureSet featureSet) Constructs a selected feature dataset using all the features in the supplied feature set.SelectedFeatureDataset
(Dataset<T> dataset, SelectedFeatureSet featureSet, int k) Constructs a selected feature dataset.