public class AugmentableFeatureVectorAddConjunctions extends Pipe implements Serializable
| Constructor and Description |
|---|
AugmentableFeatureVectorAddConjunctions() |
| Modifier and Type | Method and Description |
|---|---|
AugmentableFeatureVectorAddConjunctions |
addConjunction(String name,
Alphabet v,
int[] features,
boolean[] negations) |
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic AugmentableFeatureVectorAddConjunctions()
public AugmentableFeatureVectorAddConjunctions addConjunction(String name, Alphabet v, int[] features, boolean[] negations)
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.