Go to the source code of this file.
Classes | |
| class | IncrementalSGD< T > |
| This class presents generic IncrementalSGD and two kind of sgd that extends this class which are TrueSGD and ReservoirSGD. More... | |
| class | TrueSGD< T > |
| This class extends IncrementalSGD and implements TrueSGD. More... | |
| class | ReservoirSGD< T > |
| This class extends IncrementalSGD and implements ReservoirSGD. More... | |
Variables | |
| const int | RESERVOIR_ITERATIONS = 3 |
| const int RESERVOIR_ITERATIONS = 3 |
1.4.7