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 DiscreteVariableModifier and TypeMethodDescriptionClassifierBayesUpdaterDiscrete.getTargetVariable()
Getter for the fieldtargetVariable
. -
Uses of DiscreteVariable in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return DiscreteVariableModifier and TypeMethodDescriptionfinal DiscreteVariable
Discretizer.Discretization.getVariable()
Retrieves the variable associated with the object.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
Method parameters in edu.cmu.tetrad.search.utils with type arguments of type DiscreteVariableModifier and TypeMethodDescriptionvoid
AdTree.buildTable
(List<DiscreteVariable> variables) Builds the contingency table based on the given list of discrete variables.