public class ClassificationResult extends Object
| Constructor and Description |
|---|
ClassificationResult(int classIdx,
double neuronOutput) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getClassIdx() |
String |
getLabel() |
double |
getNeuronOutput() |
String |
toString() |
Copyright © 2019 Neuroph Project. All rights reserved.