Uses of Class
edu.cmu.tetrad.regression.LogisticRegression.Result
Packages that use LogisticRegression.Result
-
Uses of LogisticRegression.Result in edu.cmu.tetrad.regression
Methods in edu.cmu.tetrad.regression that return LogisticRegression.ResultModifier and TypeMethodDescriptionLogisticRegression.regress
(DiscreteVariable x, List<Node> regressors) x must be binary; regressors must be continuous or binary.static LogisticRegression.Result
LogisticRegression.Result.serializableInstance()
Generates a simple exemplar of this class to test serialization.