com.thesis.backend.classifiers
Class AvgTitlePipe

java.lang.Object
  extended by cc.mallet.pipe.Pipe
      extended by com.thesis.backend.classifiers.AvgTitlePipe
All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying, java.io.Serializable

public class AvgTitlePipe
extends cc.mallet.pipe.Pipe

See Also:
Serialized Form

Constructor Summary
AvgTitlePipe(java.lang.String featureName, int avgTitleLength)
           
 
Method Summary
 cc.mallet.types.Instance pipe(cc.mallet.types.Instance instance)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvgTitlePipe

public AvgTitlePipe(java.lang.String featureName,
                    int avgTitleLength)
Method Detail

pipe

public cc.mallet.types.Instance pipe(cc.mallet.types.Instance instance)
Overrides:
pipe in class cc.mallet.pipe.Pipe