org.encog.neural.freeform
Interface TempTrainingData
-
- All Known Subinterfaces:
- FreeformConnection, FreeformNeuron
- All Known Implementing Classes:
- BasicFreeformConnection, BasicFreeformNeuron, FreeformContextNeuron
public interface TempTrainingDataSome training methods require that temp data be stored during the training process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddTempTraining(int i, double value)Add to the specified temp value.voidallocateTempTraining(int l)Allocate the specified length of temp training.voidclearTempTraining()Clear the temp training.doublegetTempTraining(int index)Get the specified temp training.voidsetTempTraining(int index, double value)Set a temp training value.
-
-
-
Method Detail
-
addTempTraining
void addTempTraining(int i, double value)Add to the specified temp value.- Parameters:
i- The index.value- The value to add.
-
allocateTempTraining
void allocateTempTraining(int l)
Allocate the specified length of temp training.- Parameters:
l- The length.
-
clearTempTraining
void clearTempTraining()
Clear the temp training.
-
getTempTraining
double getTempTraining(int index)
Get the specified temp training.- Parameters:
index- The indfex.- Returns:
- The temp training value.
-
setTempTraining
void setTempTraining(int index, double value)Set a temp training value.- Parameters:
index- The index.value- The value.
-
-
DMelt 3.0 © DataMelt by jWork.ORG