| DiSMEC++
    | 
#include <training.h>
| Public Attributes | |
| bool | IsFinished = false | 
| std::shared_ptr< model::Model > | Model | 
| real_t | TotalLoss | 
| real_t | TotalGrad | 
Definition at line 72 of file training.h.
| bool dismec::TrainingResult::IsFinished = false | 
Definition at line 73 of file training.h.
| std::shared_ptr<model::Model> dismec::TrainingResult::Model | 
Definition at line 74 of file training.h.
| real_t dismec::TrainingResult::TotalGrad | 
Definition at line 76 of file training.h.
| real_t dismec::TrainingResult::TotalLoss | 
Definition at line 75 of file training.h.
Referenced by register_training().