SG++-Doxygen-Documentation
python.learner.Learner.LearnerEvents Class Reference

Constants of different learning events. More...

Inheritance diagram for python.learner.Learner.LearnerEvents:

Static Public Attributes

int APPLICATION_COMPLETE = 1200
 Applying of grid on data is complete. More...
 
int APPLICATION_STARTED = 1100
 Applying of grid on data is started. More...
 
int LEARNING_COMPLETE = 200
 Learning process is complete. More...
 
int LEARNING_STARTED = 100
 Learning process is started. More...
 
int LEARNING_STEP_COMPLETE = 600
 Learning / refinement step is complete. More...
 
int LEARNING_STEP_STARTED = 500
 Learning / refinement step is started. More...
 
int LEARNING_WITH_FOLDING_COMPLETE = 400
 Learning with k-fold cross-validation is complete. More...
 
int LEARNING_WITH_FOLDING_STARTED = 300
 Learning with k-fold cross-validation is started. More...
 
int LEARNING_WITH_TESTING_COMPLETE = 800
 Learning with testing (validation) is complete. More...
 
int LEARNING_WITH_TESTING_STARTED = 700
 Learning with testing (validation) is started. More...
 
int LEARNING_WITH_TESTING_STEP_COMPLETE = 1000
 Initial / refinement step of learning with testing (validation) is complete. More...
 
int LEARNING_WITH_TESTING_STEP_STARTED = 900
 Initial / refinement step of learning with testing (validation) is started. More...
 
int REFINING_GRID = 1300
 Refining of the grid. More...
 

Detailed Description

Constants of different learning events.

Member Data Documentation

◆ APPLICATION_COMPLETE

int python.learner.Learner.LearnerEvents.APPLICATION_COMPLETE = 1200
static

Applying of grid on data is complete.

◆ APPLICATION_STARTED

int python.learner.Learner.LearnerEvents.APPLICATION_STARTED = 1100
static

Applying of grid on data is started.

◆ LEARNING_COMPLETE

int python.learner.Learner.LearnerEvents.LEARNING_COMPLETE = 200
static

Learning process is complete.

◆ LEARNING_STARTED

int python.learner.Learner.LearnerEvents.LEARNING_STARTED = 100
static

Learning process is started.

◆ LEARNING_STEP_COMPLETE

int python.learner.Learner.LearnerEvents.LEARNING_STEP_COMPLETE = 600
static

Learning / refinement step is complete.

◆ LEARNING_STEP_STARTED

int python.learner.Learner.LearnerEvents.LEARNING_STEP_STARTED = 500
static

Learning / refinement step is started.

◆ LEARNING_WITH_FOLDING_COMPLETE

int python.learner.Learner.LearnerEvents.LEARNING_WITH_FOLDING_COMPLETE = 400
static

Learning with k-fold cross-validation is complete.

◆ LEARNING_WITH_FOLDING_STARTED

int python.learner.Learner.LearnerEvents.LEARNING_WITH_FOLDING_STARTED = 300
static

Learning with k-fold cross-validation is started.

◆ LEARNING_WITH_TESTING_COMPLETE

int python.learner.Learner.LearnerEvents.LEARNING_WITH_TESTING_COMPLETE = 800
static

Learning with testing (validation) is complete.

◆ LEARNING_WITH_TESTING_STARTED

int python.learner.Learner.LearnerEvents.LEARNING_WITH_TESTING_STARTED = 700
static

Learning with testing (validation) is started.

◆ LEARNING_WITH_TESTING_STEP_COMPLETE

int python.learner.Learner.LearnerEvents.LEARNING_WITH_TESTING_STEP_COMPLETE = 1000
static

Initial / refinement step of learning with testing (validation) is complete.

◆ LEARNING_WITH_TESTING_STEP_STARTED

int python.learner.Learner.LearnerEvents.LEARNING_WITH_TESTING_STEP_STARTED = 900
static

Initial / refinement step of learning with testing (validation) is started.

◆ REFINING_GRID

int python.learner.Learner.LearnerEvents.REFINING_GRID = 1300
static

Refining of the grid.


The documentation for this class was generated from the following file: