| Package | Description |
|---|---|
| dragon.config | |
| dragon.ir.classification.multiclass |
| Modifier and Type | Method and Description |
|---|---|
CodeMatrix |
CodeMatrixConfig.getCodeMatrix(ConfigureNode node,
int codeMatrixID) |
CodeMatrix |
CodeMatrixConfig.getCodeMatrix(int codeMatrixID) |
protected CodeMatrix |
CodeMatrixConfig.loadCodeMatrix(String codeMatrixName,
ConfigureNode codeMatrixNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodeMatrix
Abstract Code Matrix
|
class |
AllPairCodeMatrix
Pairwise Code Matrix
|
class |
OVACodeMatrix
One-versus-all Code Matrix
|
| Modifier and Type | Method and Description |
|---|---|
int |
MultiClassDecoder.decode(CodeMatrix matrix,
double[] binClassifierResults)
Predicts the label of the example given the code matrix and the results of all binary classifiers
|
int |
LossMultiClassDecoder.decode(CodeMatrix matrix,
double[] binClassifierResults) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.