| Package | Description |
|---|---|
| com.github.chen0040.glm.solvers |
| Modifier and Type | Field and Description |
|---|---|
protected List<com.github.chen0040.data.utils.TupleTwo<Glm,Glm>> |
OneVsOneGlmClassifier.classifiers |
protected List<com.github.chen0040.data.utils.TupleTwo<Glm,Glm>> |
OneVsOneGlmClassifier.classifiers |
| Modifier and Type | Method and Description |
|---|---|
protected Glm |
OneVsOneGlmClassifier.createClassifier(String classLabel) |
static Glm |
Glm.linear() |
static Glm |
Glm.logistic() |
Glm |
Glm.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Glm.copy(Glm that) |
protected double |
OneVsOneGlmClassifier.getClassifierScore(com.github.chen0040.data.frame.DataRow tuple,
Glm classifier) |
| Modifier and Type | Method and Description |
|---|---|
static OneVsOneGlmClassifier |
Glm.oneVsOne(java.util.function.Supplier<Glm> binaryClassifierGenerator) |
| Constructor and Description |
|---|
OneVsOneGlmClassifier(java.util.function.Supplier<Glm> binaryClassifierGenerator) |
Copyright © 2017. All rights reserved.