|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcontextFold.features.FeatureExtractor
contextFold.features.BinnedLengthFeatureExtractor
public class BinnedLengthFeatureExtractor
Field Summary |
---|
Fields inherited from class contextFold.features.FeatureExtractor |
---|
cardinality, currProcessedSeq, FEATURE_1_EXTRACTOR, seqFeatures |
Constructor Summary | |
---|---|
BinnedLengthFeatureExtractor(int binSize,
int cardinality,
boolean isOdd)
|
Method Summary | |
---|---|
int |
getFeature(byte[] seq,
int val)
|
protected void |
preprocess(byte[] seq)
|
java.lang.String |
toString()
|
Methods inherited from class contextFold.features.FeatureExtractor |
---|
getCardinality, getEffectiveCardinality, getFeature, getFeatureName, getFeatures, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BinnedLengthFeatureExtractor(int binSize, int cardinality, boolean isOdd)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
protected void preprocess(byte[] seq)
preprocess
in class FeatureExtractor
public int getFeature(byte[] seq, int val)
getFeature
in class FeatureExtractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |