Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Experimental::SOFIE::GraphIndependent_Init Struct Reference

Definition at line 16 of file RModel_GraphIndependent.hxx.

Public Member Functions

 ~GraphIndependent_Init ()
 
template<typename T >
void createUpdateFunction (T &updateFunction)
 

Public Attributes

std::vector< std::pair< int, int > > edges
 
std::unique_ptr< RFunction_Updateedges_update_block
 
std::string filename
 
std::unique_ptr< RFunction_Updateglobals_update_block
 
std::unique_ptr< RFunction_Updatenodes_update_block
 
int num_edge_features
 
int num_global_features
 
int num_node_features
 
std::size_t num_nodes
 

#include <TMVA/RModel_GraphIndependent.hxx>

Constructor & Destructor Documentation

◆ ~GraphIndependent_Init()

TMVA::Experimental::SOFIE::GraphIndependent_Init::~GraphIndependent_Init ( )
inline

Definition at line 54 of file RModel_GraphIndependent.hxx.

Member Function Documentation

◆ createUpdateFunction()

template<typename T >
void TMVA::Experimental::SOFIE::GraphIndependent_Init::createUpdateFunction ( T &  updateFunction)
inline

Definition at line 32 of file RModel_GraphIndependent.hxx.

Member Data Documentation

◆ edges

std::vector<std::pair<int, int> > TMVA::Experimental::SOFIE::GraphIndependent_Init::edges

Definition at line 23 of file RModel_GraphIndependent.hxx.

◆ edges_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::GraphIndependent_Init::edges_update_block

Definition at line 18 of file RModel_GraphIndependent.hxx.

◆ filename

std::string TMVA::Experimental::SOFIE::GraphIndependent_Init::filename

Definition at line 29 of file RModel_GraphIndependent.hxx.

◆ globals_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::GraphIndependent_Init::globals_update_block

Definition at line 20 of file RModel_GraphIndependent.hxx.

◆ nodes_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::GraphIndependent_Init::nodes_update_block

Definition at line 19 of file RModel_GraphIndependent.hxx.

◆ num_edge_features

int TMVA::Experimental::SOFIE::GraphIndependent_Init::num_edge_features

Definition at line 26 of file RModel_GraphIndependent.hxx.

◆ num_global_features

int TMVA::Experimental::SOFIE::GraphIndependent_Init::num_global_features

Definition at line 27 of file RModel_GraphIndependent.hxx.

◆ num_node_features

int TMVA::Experimental::SOFIE::GraphIndependent_Init::num_node_features

Definition at line 25 of file RModel_GraphIndependent.hxx.

◆ num_nodes

std::size_t TMVA::Experimental::SOFIE::GraphIndependent_Init::num_nodes

Definition at line 22 of file RModel_GraphIndependent.hxx.

Collaboration diagram for TMVA::Experimental::SOFIE::GraphIndependent_Init:
[legend]

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