Uses of Class
org.tribuo.provenance.FeatureSetProvenance
-
Uses of FeatureSetProvenance in org.tribuo
Modifier and TypeMethodDescriptionSelectedFeatureSet.getProvenance()
SelectedFeatureSet.provenance()
The provenance of the feature set.ModifierConstructorDescriptionSelectedFeatureSet
(List<String> featureNames, List<Double> featureScores, boolean isOrdered, FeatureSetProvenance provenance) Create a selected feature set.