Class IDFTransformation
java.lang.Object
org.tribuo.transform.transformations.IDFTransformation
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable
,com.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
,Transformation
A feature transformation that computes the IDF for features and then transforms
them with a TF-IDF weighting.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates the statistics object for this Transformation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Configurable
postConfig
-
Constructor Details
-
IDFTransformation
public IDFTransformation()Constructs an IDFTransformation.
-
-
Method Details
-
createStats
Description copied from interface:Transformation
Creates the statistics object for this Transformation.- Specified by:
createStats
in interfaceTransformation
- Returns:
- The statistics object.
-
getProvenance
- Specified by:
getProvenance
in interfacecom.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
-