Uses of Class
com.bayesserver.HeadTail
-
Packages that use HeadTail Package Description com.bayesserver -
-
Uses of HeadTail in com.bayesserver
Methods in com.bayesserver that return HeadTail Modifier and Type Method Description HeadTail
VariableContext. getHeadTail()
Specifies whether the variable is marked as Head or Tail.static HeadTail
HeadTail. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeadTail[]
HeadTail. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver with parameters of type HeadTail Constructor Description CLGaussian(VariableContext[] variableContexts, int count, HeadTail headTail)
Initializes a new instance of theCLGaussian
class with [count] variables specified in [variableContexts].CLGaussian(List<Variable> variables, Integer time, HeadTail headTail)
Initializes a new instance of theCLGaussian
class with the specified variables.CLGaussian(List<VariableContext> variableContexts, HeadTail headTail)
Initializes a new instance of theCLGaussian
class with the variables specified in [variableContexts].Table(Node[] nodes, HeadTail headTail)
Initializes a new instance of theTable
class with all the variables from the supplied nodes.Table(VariableContext[] buffer, int count, HeadTail headTail)
Initializes a new instance of theTable
class with [count] variable contexts taken from [buffer].Table(List<Variable> variables, Integer time, HeadTail headTail)
Initializes a new instance of theTable
class with the specified variables, at an optional time.Table(List<VariableContext> variableContexts, HeadTail headTail)
Initializes a new instance of theTable
class with [variableContexts] specifying which variables to include in the distribution.VariableContext(Variable variable, HeadTail headTail)
Initializes a new instance of theVariableContext
class.VariableContext(Variable variable, Integer time, HeadTail headTail)
Initializes a new instance of theVariableContext
class.
-