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 |
|---|---|
long |
getExampleCount()
Returns the number of training examples for this task
|
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 long getExampleCount()
ITaskgetExampleCount in interface ITaskgetExampleCount in class BaseSupervisedTaskpublic 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 © 2014. All rights reserved.