Class MaxEntScorerFeaturePipe
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.gene.candidateretrieval.scoring.MaxEntScorerFeaturePipe
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,Serializable
public class MaxEntScorerFeaturePipe extends cc.mallet.pipe.Pipe implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longfeatureCreationTime
-
Constructor Summary
Constructors Constructor Description MaxEntScorerFeaturePipe()MaxEntScorerFeaturePipe(cc.mallet.types.Alphabet dataAlphabet)
-
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 featuresvoidsetFeatures(String textGeneMention, String synhitSynonm, String featurePrefix, Map<String,Double> featureMap, int normConstant)-
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
-
-