public class ExampleTask extends BaseSupervisedTask
inputLength, outputLength| Constructor and Description |
|---|
ExampleTask(List<mikera.vectorz.AVector> inputs,
List<mikera.vectorz.AVector> outputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
getInput(mikera.vectorz.AVector inputOut)
Gets the input vector for the task, advancing the task state to the next stage
|
void |
getInput(mikera.vectorz.AVector inputOut,
int i) |
void |
getTarget(mikera.vectorz.AVector input,
mikera.vectorz.AVector targetOut)
Gets the target vector for the task
|
getInputLength, getOutputLengthclone, getEvaluation, isComplete, resetpublic void getInput(mikera.vectorz.AVector inputOut)
ITaskgetInput in interface ITaskgetInput in class BaseSupervisedTaskpublic void getInput(mikera.vectorz.AVector inputOut,
int i)
public void getTarget(mikera.vectorz.AVector input,
mikera.vectorz.AVector targetOut)
ITaskgetTarget in interface ITaskgetTarget in class BaseSupervisedTaskCopyright © 2013. All Rights Reserved.