public class IdentityTask extends BaseSupervisedTask
| Modifier and Type | Field and Description |
|---|---|
protected ITask |
task |
inputLength, outputLength| Constructor and Description |
|---|
IdentityTask(ITask task) |
| 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 |
getTarget(mikera.vectorz.AVector input,
mikera.vectorz.AVector targetOut)
Gets the target vector for the task
|
void |
reset()
Resets the task to a random initial state
|
getExampleCount, getInputLength, getOutputLengthclone, getEvaluation, isCompleteprotected final ITask task
public IdentityTask(ITask task)
public void reset()
ITaskreset in interface ITaskreset in class AbstractTaskpublic void getInput(mikera.vectorz.AVector inputOut)
ITaskgetInput in interface ITaskgetInput in class BaseSupervisedTaskpublic void getTarget(mikera.vectorz.AVector input,
mikera.vectorz.AVector targetOut)
ITaskgetTarget in interface ITaskgetTarget in class BaseSupervisedTaskCopyright © 2013. All Rights Reserved.