public interface FeatureDictionary
Interface of Feature Dictionary
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
addFeature(Object feature,
int label) |
boolean |
contain(Object feature) |
void |
finalize() |
int |
getCount(int featureIndex) |
int |
getCount(int featureIndex,
int label) |
int |
getCount(Object feature) |
int |
getIndex(Object feature) |
int |
getNextStateWithFeature(int index,
int prevLabel) |
int |
getStateCount(int state) |
int |
getStateNum() |
int |
getTotalCount() |
boolean |
read(String filename) |
int |
size() |
boolean |
write(String filename) |
int getStateNum()
int getIndex(Object feature)
boolean contain(Object feature)
int getCount(Object feature)
int getCount(int featureIndex)
int getCount(int featureIndex,
int label)
int getStateCount(int state)
int getTotalCount()
int size()
int getNextStateWithFeature(int index,
int prevLabel)
int addFeature(Object feature, int label)
void finalize()
boolean read(String filename)
boolean write(String filename)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.