|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.maxent.DataGeneric
public abstract class DataGeneric
A class representing a data item with an array of inputs X and a String classification Y
Constructor Summary | |
---|---|
DataGeneric()
|
Method Summary | |
---|---|
abstract java.lang.Object[] |
getX()
|
abstract java.lang.String |
getY()
|
abstract void |
setX(java.lang.Object[] x)
|
abstract void |
setY(java.lang.String y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataGeneric()
Method Detail |
---|
public abstract java.lang.Object[] getX()
public abstract void setX(java.lang.Object[] x)
public abstract java.lang.String getY()
public abstract void setY(java.lang.String y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |