public class NNExample
extends java.lang.Object
| Constructor and Description |
|---|
NNExample(java.util.List<java.lang.Double> normalizedInput,
java.util.List<java.lang.Double> normalizedTarget) |
| Modifier and Type | Method and Description |
|---|---|
NNExample |
copyExample() |
Vector |
getInput() |
Vector |
getTarget() |
boolean |
isCorrect(Vector prediction) |