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
Nested Classes -
Constructor Summary
Constructors -
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, waitMethods 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:TransformationCreates the statistics object for this Transformation.- Specified by:
createStatsin interfaceTransformation- Returns:
- The statistics object.
-
getProvenance
- Specified by:
getProvenancein interfacecom.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
-