types
Class ClassificationInstance

java.lang.Object
  extended by types.ClassificationInstance

public class ClassificationInstance
extends Object


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

x

public SparseVector x

y

public int y

xAlphabet

public Alphabet xAlphabet

yAlphabet

public Alphabet yAlphabet
Constructor Detail

ClassificationInstance

public ClassificationInstance(Alphabet xAlphabet,
                              Alphabet yAlphabet,
                              SparseVector x,
                              Object y)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.