|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object iitb.Model.FeatureImpl
Field Summary | |
int |
id
|
java.lang.String |
strId
|
java.lang.String |
type
|
float |
val
|
int |
yend
|
int |
ystart
|
Constructor Summary | |
FeatureImpl()
|
Method Summary | |
void |
copy(FeatureImpl featureToReturn)
|
int |
index()
|
java.lang.String |
toString()
|
float |
value()
can be -1 if the feature is a state, rather than an edge feature |
int |
y()
the index of this feature from 0..numFeatures-1. |
int |
yprev()
has to be a label index from 0..numLabels-1 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String type
public java.lang.String strId
public int id
public int ystart
public int yend
public float val
Constructor Detail |
public FeatureImpl()
Method Detail |
public void copy(FeatureImpl featureToReturn)
public int index()
index
in interface Feature
public int y()
Feature
y
in interface Feature
public int yprev()
Feature
yprev
in interface Feature
public float value()
Feature
value
in interface Feature
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |