Class IsFamilyPipe
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.genemapper.filtering.families.IsFamilyPipe
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,Serializable
public class IsFamilyPipe extends cc.mallet.pipe.Pipe- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsFamilyPipe(String featureName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance carrier)-
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
-
-
-
-
Constructor Detail
-
IsFamilyPipe
public IsFamilyPipe(String featureName)
-
-