Package cc.mallet.types
Class BiNormalSeparation.Factory
- java.lang.Object
-
- cc.mallet.types.BiNormalSeparation.Factory
-
- All Implemented Interfaces:
RankedFeatureVector.Factory
- Enclosing class:
- BiNormalSeparation
public static class BiNormalSeparation.Factory extends java.lang.Object implements RankedFeatureVector.Factory
Factory class.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RankedFeatureVector
newRankedFeatureVector(InstanceList instanceList)
Create a new feature ranking for the given instance list.
-
-
-
Method Detail
-
newRankedFeatureVector
public RankedFeatureVector newRankedFeatureVector(InstanceList instanceList)
Create a new feature ranking for the given instance list.- Specified by:
newRankedFeatureVector
in interfaceRankedFeatureVector.Factory
- See Also:
RankedFeatureVector.Factory.newRankedFeatureVector(cc.mallet.types.InstanceList)
-
-