|
OpenNN
Open-source neural networks library
|
Declares the InputsSelection abstract base and the InputsSelectionResults summary structure. More...
#include "pch.h"Go to the source code of this file.
Classes | |
| class | opennn::InputsSelection |
| Abstract base class for input feature selection methods. More... | |
| struct | opennn::InputsSelectionResults |
| Outcome of an InputsSelection run. More... | |
Namespaces | |
| namespace | opennn |
Declares the InputsSelection abstract base and the InputsSelectionResults summary structure.
Concrete subclasses (GeneticAlgorithm, GrowingInputs, ...) implement perform_input_selection() to search the space of input feature subsets and return the one that minimizes the validation error.