Class METrainerDummyPipe

  • All Implemented Interfaces:
    cc.mallet.types.AlphabetCarrying, java.io.Serializable

    public class METrainerDummyPipe
    extends cc.mallet.pipe.Pipe
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      METrainerDummyPipe​(cc.mallet.types.Alphabet data, cc.mallet.types.Alphabet label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      cc.mallet.types.Instance pipe​(cc.mallet.types.Instance inst)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • METrainerDummyPipe

        public METrainerDummyPipe​(cc.mallet.types.Alphabet data,
                                  cc.mallet.types.Alphabet label)
    • Method Detail

      • pipe

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