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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates the statistics object for this Transformation.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.config.ConfigurablepostConfig
- 
Constructor Details- 
IDFTransformationpublic IDFTransformation()Constructs an IDFTransformation.
 
- 
- 
Method Details- 
createStatsDescription copied from interface:TransformationCreates the statistics object for this Transformation.- Specified by:
- createStatsin interface- Transformation
- Returns:
- The statistics object.
 
- 
getProvenance- Specified by:
- getProvenancein interface- com.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
 
 
-