org.encog.ml.bayesian.bif
Class BIFVariable
java.lang.Object
org.encog.ml.bayesian.bif.BIFVariable
public class BIFVariable
- extends Object
A BIF variable.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIFVariable
public BIFVariable()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getOptions
public List<String> getOptions()
- Returns:
- the options
setOptions
public void setOptions(List<String> options)
- Parameters:
options
- the options to set
addOption
public void addOption(String s)
Copyright © 2014. All Rights Reserved.