| Package | Description |
|---|---|
| com.github.chen0040.glm.solvers |
| Modifier and Type | Class and Description |
|---|---|
class |
GlmAlgorithmIrls
Created by xschen on 15/8/15.
|
class |
GlmAlgorithmIrlsQrNewton
Created by xschen on 15/8/15.
|
class |
GlmAlgorithmIrlsSvdNewton
Created by xschen on 15/8/15.
|
| Modifier and Type | Method and Description |
|---|---|
protected GlmAlgorithm |
Glm.createSolver(double[][] A,
double[] b) |
GlmAlgorithm |
GlmAlgorithmIrlsSvdNewton.makeCopy() |
GlmAlgorithm |
GlmAlgorithmIrlsQrNewton.makeCopy() |
GlmAlgorithm |
GlmAlgorithmIrls.makeCopy() |
GlmAlgorithm |
GlmAlgorithm.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlmAlgorithmIrlsSvdNewton.copy(GlmAlgorithm rhs) |
void |
GlmAlgorithmIrlsQrNewton.copy(GlmAlgorithm rhs) |
void |
GlmAlgorithmIrls.copy(GlmAlgorithm rhs) |
void |
GlmAlgorithm.copy(GlmAlgorithm rhs) |
Copyright © 2017. All rights reserved.