public class AllLinks extends Pipe
| Constructor and Description |
|---|
AllLinks(Classifier _classifier) |
AllLinks(Classifier _classifier,
boolean _includePairwiseFeatures) |
AllLinks(Classifier _classifier,
boolean _includePairwiseFeatures,
int n) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic AllLinks(Classifier _classifier, boolean _includePairwiseFeatures, int n)
public AllLinks(Classifier _classifier, boolean _includePairwiseFeatures)
public AllLinks(Classifier _classifier)
public Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
Copyright © 2019 JULIE Lab, Germany. All rights reserved.