Uses of Class
edu.cmu.tetrad.data.DiscreteVariable
Packages that use DiscreteVariable
Package
Description
Contains some utility classes for search algorithms.
-
Uses of DiscreteVariable in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return DiscreteVariable -
Uses of DiscreteVariable in edu.cmu.tetrad.classify
Methods in edu.cmu.tetrad.classify that return DiscreteVariable -
Uses of DiscreteVariable in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return DiscreteVariableModifier and TypeMethodDescriptionfinal DiscreteVariable
Discretizer.Discretization.getVariable()
static DiscreteVariable
DiscreteVariable.serializableInstance()
Generates a simple exemplar of this class to test serialization.Constructors in edu.cmu.tetrad.data with parameters of type DiscreteVariable -
Uses of DiscreteVariable in edu.cmu.tetrad.regression
Methods in edu.cmu.tetrad.regression with parameters of type DiscreteVariableModifier and TypeMethodDescriptionLogisticRegression.regress
(DiscreteVariable x, List<Node> regressors) x must be binary; regressors must be continuous or binary. -
Uses of DiscreteVariable in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils with parameters of type DiscreteVariableModifier and TypeMethodDescriptionAdLeafTree.getCellLeaves
(List<DiscreteVariable> A, DiscreteVariable B) Finds the set of indices into the leaves of the tree for the given variables.Method parameters in edu.cmu.tetrad.search.utils with type arguments of type DiscreteVariableModifier and TypeMethodDescriptionAdLeafTree.getCellLeaves
(List<DiscreteVariable> A) Finds the set of indices into the leaves of the tree for the given variables.AdLeafTree.getCellLeaves
(List<DiscreteVariable> A, DiscreteVariable B) Finds the set of indices into the leaves of the tree for the given variables.