org.encog.ml.bayesian.bif
Class BIFVariable

java.lang.Object
  extended by org.encog.ml.bayesian.bif.BIFVariable

public class BIFVariable
extends Object

A BIF variable.


Constructor Summary
BIFVariable()
           
 
Method Summary
 void addOption(String s)
           
 String getName()
           
 List<String> getOptions()
           
 void setName(String name)
           
 void setOptions(List<String> options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIFVariable

public BIFVariable()
Method Detail

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.