| Package | Description |
|---|---|
| com.github.chen0040.glm.links | |
| com.github.chen0040.glm.solvers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLinkFunction
Created by xschen on 14/8/15.
|
class |
IdentityLinkFunction
Created by xschen on 14/8/15.
|
class |
InverseLinkFunction
Created by xschen on 14/8/15.
|
class |
InverseSquaredLinkFunction
Created by xschen on 14/8/15.
|
class |
LogitLinkFunction
Created by xschen on 14/8/15.
|
class |
LogLinkFunction
Created by xschen on 14/8/15.
|
| Modifier and Type | Method and Description |
|---|---|
LinkFunction |
LogLinkFunction.makeCopy() |
LinkFunction |
LogitLinkFunction.makeCopy() |
LinkFunction |
LinkFunction.makeCopy() |
LinkFunction |
InverseSquaredLinkFunction.makeCopy() |
LinkFunction |
InverseLinkFunction.makeCopy() |
LinkFunction |
IdentityLinkFunction.makeCopy() |
LinkFunction |
AbstractLinkFunction.makeCopy() |
| Modifier and Type | Field and Description |
|---|---|
protected LinkFunction |
GlmAlgorithm.linkFunc |
| Modifier and Type | Method and Description |
|---|---|
static LinkFunction |
GlmAlgorithm.getLinkFunction(GlmDistributionFamily distribution) |
| Constructor and Description |
|---|
GlmAlgorithm(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b,
LocalSearch solver) |
GlmAlgorithmIrls(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b) |
GlmAlgorithmIrlsQrNewton(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b) |
GlmAlgorithmIrlsSvdNewton(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b) |
Copyright © 2017. All rights reserved.