NeuronsSelection::Results Struct Reference

This structure contains the results from the order selection. More...

#include <neurons_selection.h>

Inheritance diagram for NeuronsSelection::Results:
IncrementalNeurons::IncrementalNeuronsResults

Public Member Functions

string write_stopping_condition () const
 Return a string with the stopping condition of the Results.
 
string object_to_string () const
 Returns a string representation of the current order selection results structure.
 

Public Attributes

Vector< size_t > neurons_data
 Order of the diferent neural networks.
 
Vector< double > training_loss_data
 Performance of the different neural networks.
 
Vector< double > selection_error_data
 Selection loss of the different neural networks.
 
Vector< double > minimal_parameters
 Vector of parameters for the neural network with minimum selection error.
 
double final_selection_error
 Value of minimum selection error.
 
double final_training_loss
 Value of loss for the neural network with minimum selection error.
 
size_t optimal_neurons_number
 Order of the neural network with minimum selection error.
 
size_t iterations_number
 Number of iterations to perform the order selection.
 
StoppingCondition stopping_condition
 Stopping condition of the algorithm.
 
double elapsed_time
 Elapsed time during the loss of the algortihm.
 

Detailed Description

This structure contains the results from the order selection.

Definition at line 68 of file neurons_selection.h.


The documentation for this struct was generated from the following files: