Uses of Class
com.bayesserver.VariableContextCollection
-
Packages that use VariableContextCollection Package Description com.bayesserver -
-
Uses of VariableContextCollection in com.bayesserver
Methods in com.bayesserver that return VariableContextCollection Modifier and Type Method Description VariableContextCollection
CLGaussian. getSortedContinuousHead()
Gets the collection of continuous head variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollection
CLGaussian. getSortedContinuousTail()
Gets the collection of continuous tail variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollection
CLGaussian. getSortedVariables()
Gets the collection of variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollection
Distribution. getSortedVariables()
Gets the collection of variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollection
Table. getSortedVariables()
Gets the collection of variables in the distribution, sorted by time (which may be null) and the order in which variables were created.Methods in com.bayesserver with parameters of type VariableContextCollection Modifier and Type Method Description boolean
VariableContextCollection. containsAll(VariableContextCollection items, boolean ignoreHeadTail)
Determines whether all [items] are matched in the collection.boolean
VariableContextCollection. containsAny(VariableContextCollection items, boolean ignoreHeadTail)
Determines whether any [items] are matched in the collection.static void
MultipleIterator. iterate(VariableContextCollection[] subsets, int[] subsetRows, MultipleIterator.Combination combination)
Iterates over all the variables and their states found in [subsets].static void
MultipleIterator. iterate(VariableContextCollection supersetVariables, VariableContextCollection[] subsets, int[] subsetRows, MultipleIterator.Combination combination)
Iterates over all the variables and their states found in [subsets].Constructors in com.bayesserver with parameters of type VariableContextCollection Constructor Description Table(VariableContextCollection variableContexts)
Initializes a new instance of theTable
class with the variables specified in [variableContexts].TableAccessor(Table table, VariableContextCollection order)
Initializes a new instance of theTableAccessor
class, allowing random access to [table] with a specified [order] for the variables.TableIterator(Table table, VariableContextCollection order)
Initializes a new instance of theTableIterator
class, allowing sequential access to [table] with a specified [order] for the variables.VariableMap(VariableContextCollection sortedVariables, Node[] order)
Initializes a new instance of theVariableMap
class.VariableMap(VariableContextCollection sortedVariables, List<Variable> order, List<Integer> times)
Initializes a new instance of theVariableMap
class.VariableMap(VariableContextCollection sortedVariables, List<VariableContext> order)
Initializes a new instance of theVariableMap
class.
-