|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef __NEURALDATASET_
8 #define __NEURALDATASET_
38 Double_t
GetData(
const Int_t aPattern,
const Int_t aIndex );
40 void SetData(
const Int_t aPattern,
const Int_t aIndex, Double_t aValue );
50 void Shuffle( Int_t aSeed = 0 );
71 return mpData->operator() ( aPattern, aIndex );
76 return mpWeights->operator() ( aPattern );
TVectorD * mpShiftFactors
void SetData(const Int_t aPattern, const Int_t aIndex, Double_t aValue)
TNeuralDataSet(Int_t aNumberOfPatterns=0, Int_t aNumberOfUnits=0)
Double_t GetData(const Int_t aPattern, const Int_t aIndex)
void Shuffle(Int_t aSeed=0)
Int_t GetPatternsCount(void)
virtual ~TNeuralDataSet(void)
void SetEventWeight(const Int_t aPattern, Double_t aValue)
TNeuralDataSet & operator=(const TNeuralDataSet &)=delete
Double_t GetEventWeight(const Int_t aPattern)
Int_t GetUnitsCount(void)
TNeuralDataSet(const TNeuralDataSet &)=delete