org.encog.neural.freeform
public interface TempTrainingData
Modifier and Type | Method and Description |
---|---|
void |
addTempTraining(int i,
double value)
Add to the specified temp value.
|
void |
allocateTempTraining(int l)
Allocate the specified length of temp training.
|
void |
clearTempTraining()
Clear the temp training.
|
double |
getTempTraining(int index)
Get the specified temp training.
|
void |
setTempTraining(int index,
double value)
Set a temp training value.
|
void addTempTraining(int i, double value)
i
- The index.value
- The value to add.void allocateTempTraining(int l)
l
- The length.void clearTempTraining()
double getTempTraining(int index)
index
- The indfex.void setTempTraining(int index, double value)
index
- The index.value
- The value.Copyright © 2014. All Rights Reserved.