org.encog.util.obj
Class ObjectHolder<T>
- java.lang.Object
-
- org.encog.util.obj.ObjectHolder<T>
-
- Type Parameters:
T- The type of object to hold.
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectHolder<T> extends java.lang.Object implements java.io.SerializableHolds an object of the specified type. Used with the ObjectChooser. Associates an object with a probability.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ObjectHolder(T theObj, double probability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TgetObj()doublegetProbability()
-
DMelt 3.0 © DataMelt by jWork.ORG