public class Instance<L> extends Object implements Serializable
double[]
features
L
label
Instance(double[] features)
Instance(L label, double[] features)
boolean
equals(Object obj)
getFeatures()
getLabel()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final L label
public final double[] features
public Instance(L label, double[] features)
public Instance(double[] features)
public L getLabel()
public double[] getFeatures()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2013. All rights reserved.