Name | Description |
---|---|
BasicTraining | An abstract class that implements basic training for most training algorithms. Specifically training strategies can be added to enhance the training. |
TrainingError | |
TrainingSetScore | Calculate a score based on a training set. This class allows simulated annealing or genetic algorithms just as you would any other training set based training method. |
TrainingStatusUtility | Report the status of Encog training to the cloud. |