public class GlmAlgorithmIrlsSvdNewton extends GlmAlgorithm
evaluateCost, evaluateGradient, glmCoefficients, linkFunc, maxIters, mDistributionFamily, mRegularizationLambda, mStats, mTol, shouldTerminate| Constructor and Description |
|---|
GlmAlgorithmIrlsSvdNewton() |
GlmAlgorithmIrlsSvdNewton(GlmDistributionFamily distribution,
double[][] A,
double[] b) |
GlmAlgorithmIrlsSvdNewton(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(GlmAlgorithm rhs) |
double[] |
getCoefficients() |
GlmAlgorithm |
makeCopy() |
double[] |
solve() |
protected void |
updateStatistics(double[] W) |
getDistributionFamily, getLinkFunction, getMaxIters, getStatistics, getTol, getVariance, predict, setMaxIters, setTolpublic GlmAlgorithmIrlsSvdNewton()
public GlmAlgorithmIrlsSvdNewton(GlmDistributionFamily distribution, LinkFunction linkFunc, double[][] A, double[] b)
public GlmAlgorithmIrlsSvdNewton(GlmDistributionFamily distribution, double[][] A, double[] b)
public void copy(GlmAlgorithm rhs)
copy in class GlmAlgorithmpublic GlmAlgorithm makeCopy()
makeCopy in class GlmAlgorithmpublic double[] solve()
solve in class GlmAlgorithmpublic double[] getCoefficients()
getCoefficients in class GlmAlgorithmprotected void updateStatistics(double[] W)
Copyright © 2017. All rights reserved.