|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object types.ClassificationInstance
public class ClassificationInstance
Field Summary | |
---|---|
SparseVector |
x
|
Alphabet |
xAlphabet
|
int |
y
|
Alphabet |
yAlphabet
|
Constructor Summary | |
---|---|
ClassificationInstance(Alphabet xAlphabet,
Alphabet yAlphabet,
SparseVector x,
Object y)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public SparseVector x
public int y
public Alphabet xAlphabet
public Alphabet yAlphabet
Constructor Detail |
---|
public ClassificationInstance(Alphabet xAlphabet, Alphabet yAlphabet, SparseVector x, Object y)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |