|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcontextFold.features.FeatureExtractor
contextFold.features.ContextFeatureExtractor
public abstract class ContextFeatureExtractor
Field Summary | |
---|---|
protected int |
length
|
protected ContextFeatureExtractor |
reversedContext
|
Fields inherited from class contextFold.features.FeatureExtractor |
---|
cardinality, currProcessedSeq, FEATURE_1_EXTRACTOR, seqFeatures |
Constructor Summary | |
---|---|
protected |
ContextFeatureExtractor(int length,
int cardinality)
|
Method Summary | |
---|---|
boolean |
contained(ContextFeatureExtractor context)
|
abstract java.lang.Integer[][] |
getFeaturesMap(ContextFeatureExtractor other)
|
int |
getLength()
|
ContextFeatureExtractor |
getReversedContext()
|
abstract ContextFeatureExtractor |
getSuperContext(ContextFeatureExtractor other)
|
Methods inherited from class contextFold.features.FeatureExtractor |
---|
getCardinality, getEffectiveCardinality, getFeature, getFeature, getFeatureName, getFeatures, preprocess, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int length
protected ContextFeatureExtractor reversedContext
Constructor Detail |
---|
protected ContextFeatureExtractor(int length, int cardinality)
Method Detail |
---|
public int getLength()
public ContextFeatureExtractor getReversedContext()
public abstract java.lang.Integer[][] getFeaturesMap(ContextFeatureExtractor other)
public boolean contained(ContextFeatureExtractor context)
context
-
public abstract ContextFeatureExtractor getSuperContext(ContextFeatureExtractor other)
second
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |