|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TempTrainingData
Some training methods require that temp data be stored during the training process.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||