Documentation of 'org.encog.ml.bayesian.bif.BIFVariable' Java class
BIFVariable
org.encog.ml.bayesian.bif

Class BIFVariable



  • public class BIFVariable
    extends java.lang.Object
    A BIF variable.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BIFVariable() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addOption(java.lang.String s) 
      java.lang.String getName() 
      java.util.List<java.lang.String> getOptions() 
      void setName(java.lang.String name) 
      void setOptions(java.util.List<java.lang.String> options) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BIFVariable

        public BIFVariable()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName(java.lang.String name)
        Parameters:
        name - the name to set
      • getOptions

        public java.util.List<java.lang.String> getOptions()
        Returns:
        the options
      • setOptions

        public void setOptions(java.util.List<java.lang.String> options)
        Parameters:
        options - the options to set
      • addOption

        public void addOption(java.lang.String s)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.