ATLAS Offline Software
Loading...
Searching...
No Matches
TTrainedNetwork::Input Struct Reference

#include <TTrainedNetwork.h>

Collaboration diagram for TTrainedNetwork::Input:

Public Attributes

std::string name
double offset {}
double scale {}

Detailed Description

Member Data Documentation

◆ name

std::string TTrainedNetwork::Input::name

◆ offset

double TTrainedNetwork::Input::offset {}

Definition at line 39 of file Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils/TrkNeuralNetworkUtils/TTrainedNetwork.h.

39{}; //<- this value is added to the input before giving to nn

◆ scale

double TTrainedNetwork::Input::scale {}

Definition at line 40 of file Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils/TrkNeuralNetworkUtils/TTrainedNetwork.h.

40{}; //<- after offset is added, input is scaled by this value

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