public interface Observation
| Modifier and Type | Method and Description |
|---|---|
double |
getExpectedOutput(int index) |
double |
getInput(int index) |
double |
getOutput(int index) |
int |
inputCount() |
int |
outputCount() |
void |
setExpectedOutput(int index,
double value) |
void |
setInput(int index,
double value) |
void |
setOutput(int index,
double value) |
double getInput(int index)
double getOutput(int index)
double getExpectedOutput(int index)
void setOutput(int index,
double value)
void setInput(int index,
double value)
void setExpectedOutput(int index,
double value)
int inputCount()
int outputCount()
Copyright © 2017. All rights reserved.