org.encog.mathutil.probability.vars
Class RandomVariable
java.lang.Object
org.encog.mathutil.probability.vars.RandomVariable
- All Implemented Interfaces:
- Serializable
public class RandomVariable
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RandomVariable
public RandomVariable(String theLabel,
String[] theChoices)
RandomVariable
public RandomVariable(String theLabel)
getLabel
public String getLabel()
- Returns:
- the label
toString
public String toString()
- Overrides:
toString
in class Object
getChoices
public String[] getChoices()
- Returns:
- the choices
isBoolean
public boolean isBoolean()
Copyright © 2014. All Rights Reserved.