cc.mallet.pipe
Class AugmentableFeatureVectorAddConjunctions
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- cc.mallet.pipe.AugmentableFeatureVectorAddConjunctions
-
- All Implemented Interfaces:
- AlphabetCarrying, java.io.Serializable
public class AugmentableFeatureVectorAddConjunctions extends Pipe implements java.io.Serializable
Add specified conjunctions to each instance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AugmentableFeatureVectorAddConjunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AugmentableFeatureVectorAddConjunctionsaddConjunction(java.lang.String name, Alphabet v, int[] features, boolean[] negations)Instancepipe(Instance carrier)Really this should be 'protected', but isn't for historical reasons.-
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing
-
-
-
-
Constructor Detail
-
AugmentableFeatureVectorAddConjunctions
public AugmentableFeatureVectorAddConjunctions()
-
-
Method Detail
-
addConjunction
public AugmentableFeatureVectorAddConjunctions addConjunction(java.lang.String name, Alphabet v, int[] features, boolean[] negations)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG