fr.lip6.type
Class TrainingSample<T>
java.lang.Object
fr.lip6.type.TrainingSample<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- java.io.Serializable
public class TrainingSample<T>
- extends java.lang.Object
- implements java.io.Serializable
Simple class of training sample that contains the generic of sample and the associated label.
- Author:
- dpicard
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sample
public T sample
label
public int label
TrainingSample
public TrainingSample(T t,
int l)