Uses of Class
dev.nm.stat.regression.linear.logistic.LogisticProblem
-
Packages that use LogisticProblem Package Description dev.nm.stat.regression.linear.logistic -
-
Uses of LogisticProblem in dev.nm.stat.regression.linear.logistic
Methods in dev.nm.stat.regression.linear.logistic with parameters of type LogisticProblem Modifier and Type Method Description static RealScalarFunction
LogisticRegression. logLikelihood(LogisticProblem problem)
Constructs the log-likelihood function for a logistic regression problem.Constructors in dev.nm.stat.regression.linear.logistic with parameters of type LogisticProblem Constructor Description LogisticRegression(LogisticProblem problem)
Constructs a Logistic instance.
-