Class MaxEntScorerFeaturePipe
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.jules.ae.genemapping.scoring.MaxEntScorerFeaturePipe
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,java.io.Serializable
public class MaxEntScorerFeaturePipe extends cc.mallet.pipe.Pipe implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxEntScorerFeaturePipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance carrier)the main function of a pipe used to acutally build the features-
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, preceedingPipeDataAlphabetNotification, preceedingPipeTargetAlphabetNotification, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing
-
-