ModelSelection::Results Struct Reference

This structure contains the results from the model selection process. More...

#include <model_selection.h>

Public Member Functions

 Results ()
 Default constructor. More...
 
void save (const string &) const
 

Public Attributes

IncrementalNeurons::IncrementalNeuronsResultsincremental_neurons_results_pointer = nullptr
 Pointer to a structure with the results from the incremental order selection algorithm.
 
GrowingInputs::GrowingInputsResultsgrowing_inputs_results_pointer = nullptr
 Pointer to a structure with the results from the growing inputs selection algorithm.
 
PruningInputs::PruningInputsResultspruning_inputs_results_pointer = nullptr
 Pointer to a structure with the results from the pruning inputs selection algorithm.
 
GeneticAlgorithm::GeneticAlgorithmResultsgenetic_algorithm_results_pointer = nullptr
 Pointer to a structure with the results from the genetic inputs selection algorithm.
 

Detailed Description

This structure contains the results from the model selection process.

Definition at line 69 of file model_selection.h.

Constructor & Destructor Documentation

◆ Results()

Results ( )
explicit

Default constructor.

Results constructor.

Definition at line 1060 of file model_selection.cpp.

Member Function Documentation

◆ save()

void save ( const string &  file_name) const

Saves the results structure to a data file.

Parameters
file_nameName of model selection results data file.

Definition at line 1075 of file model_selection.cpp.


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