Uses of Interface
org.tribuo.provenance.FeatureSelectorProvenance
Packages that use FeatureSelectorProvenance
Package
Description
Information theoretic feature selection algorithms.
Provides Tribuo specific infrastructure for the
Provenance
system which
tracks models and datasets.Provides internal implementations for empty provenance classes and TrainerProvenance.
-
Uses of FeatureSelectorProvenance in org.tribuo.classification.fs
Methods in org.tribuo.classification.fs that return FeatureSelectorProvenanceModifier and TypeMethodDescriptionCMIM.getProvenance()
JMI.getProvenance()
MIM.getProvenance()
mRMR.getProvenance()
-
Uses of FeatureSelectorProvenance in org.tribuo.provenance
Methods in org.tribuo.provenance that return FeatureSelectorProvenanceModifier and TypeMethodDescriptionFeatureSetProvenance.getFeatureSelectorProvenance()
The feature selector provenance.Constructors in org.tribuo.provenance with parameters of type FeatureSelectorProvenanceModifierConstructorDescriptionFeatureSetProvenance
(String className, DatasetProvenance datasetProvenance, FeatureSelectorProvenance fsProvenance) Creates a feature set provenance tracking the dataset provenance and feature selector provenance. -
Uses of FeatureSelectorProvenance in org.tribuo.provenance.impl
Classes in org.tribuo.provenance.impl that implement FeatureSelectorProvenanceModifier and TypeClassDescriptionfinal class
An implementation ofFeatureSelectorProvenance
which delegates everything toSkeletalConfiguredObjectProvenance
.