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 HeadTailVariableContext. getHeadTail()Specifies whether the variable is marked as Head or Tail.static HeadTailHeadTail. 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 theCLGaussianclass with [count] variables specified in [variableContexts].CLGaussian(List<Variable> variables, Integer time, HeadTail headTail)Initializes a new instance of theCLGaussianclass with the specified variables.CLGaussian(List<VariableContext> variableContexts, HeadTail headTail)Initializes a new instance of theCLGaussianclass with the variables specified in [variableContexts].Table(Node[] nodes, HeadTail headTail)Initializes a new instance of theTableclass with all the variables from the supplied nodes.Table(VariableContext[] buffer, int count, HeadTail headTail)Initializes a new instance of theTableclass with [count] variable contexts taken from [buffer].Table(List<Variable> variables, Integer time, HeadTail headTail)Initializes a new instance of theTableclass with the specified variables, at an optional time.Table(List<VariableContext> variableContexts, HeadTail headTail)Initializes a new instance of theTableclass with [variableContexts] specifying which variables to include in the distribution.VariableContext(Variable variable, HeadTail headTail)Initializes a new instance of theVariableContextclass.VariableContext(Variable variable, Integer time, HeadTail headTail)Initializes a new instance of theVariableContextclass.
-