MeLOn
Loading...
Searching...
No Matches
melon::AnnData Struct Reference

struct containing all information regarding the structure of a feedforward neural network More...

#include <AnnProperties.h>

Inheritance diagram for melon::AnnData:
ModelData

Public Attributes

AnnStructure structure
 
AnnWeights weights
 
std::shared_ptr< ScalerDatainputScalerData
 
std::shared_ptr< ScalerDataoutputScalerData
 

Additional Inherited Members

- Public Member Functions inherited from ModelData
 ModelData ()=default
 
virtual ~ModelData ()=default
 

Detailed Description

struct containing all information regarding the structure of a feedforward neural network

Member Data Documentation

◆ inputScalerData

std::shared_ptr<ScalerData> melon::AnnData::inputScalerData

Object containing the data for the input scaling

◆ outputScalerData

std::shared_ptr<ScalerData> melon::AnnData::outputScalerData

Object containing the data for the output scaling

◆ structure

AnnStructure melon::AnnData::structure

struct containing the information about the networks structure (e.g. numbeer of layers, connections,...)

◆ weights

AnnWeights melon::AnnData::weights

struct containing the networks weights (layers-, bias- and inputweights)


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