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 VariableContextCollectionCLGaussian. 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.VariableContextCollectionCLGaussian. 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.VariableContextCollectionCLGaussian. getSortedVariables()Gets the collection of variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollectionDistribution. getSortedVariables()Gets the collection of variables in the distribution, sorted by time (which may be null) and the order in which variables were created.VariableContextCollectionTable. 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 booleanVariableContextCollection. containsAll(VariableContextCollection items, boolean ignoreHeadTail)Determines whether all [items] are matched in the collection.booleanVariableContextCollection. containsAny(VariableContextCollection items, boolean ignoreHeadTail)Determines whether any [items] are matched in the collection.static voidMultipleIterator. iterate(VariableContextCollection[] subsets, int[] subsetRows, MultipleIterator.Combination combination)Iterates over all the variables and their states found in [subsets].static voidMultipleIterator. 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 theTableclass with the variables specified in [variableContexts].TableAccessor(Table table, VariableContextCollection order)Initializes a new instance of theTableAccessorclass, allowing random access to [table] with a specified [order] for the variables.TableIterator(Table table, VariableContextCollection order)Initializes a new instance of theTableIteratorclass, allowing sequential access to [table] with a specified [order] for the variables.VariableMap(VariableContextCollection sortedVariables, Node[] order)Initializes a new instance of theVariableMapclass.VariableMap(VariableContextCollection sortedVariables, List<Variable> order, List<Integer> times)Initializes a new instance of theVariableMapclass.VariableMap(VariableContextCollection sortedVariables, List<VariableContext> order)Initializes a new instance of theVariableMapclass.
-