ATLAS Offline Software
|
This is the complete list of members for MVAUtils::ForestXGBoost, including all inherited members.
ForestXGBoost(TTree *tree) | MVAUtils::ForestXGBoost | explicit |
ForestXGBoost()=default | MVAUtils::ForestXGBoost | |
ForestXGBoost(const ForestXGBoost &)=default | MVAUtils::ForestXGBoost | |
ForestXGBoost(ForestXGBoost &&)=default | MVAUtils::ForestXGBoost | |
GetClassification(const std::vector< float > &values) const final | MVAUtils::ForestXGBoostBase< NodeXGBoost > | inlinevirtual |
GetClassification(const std::vector< float * > &pointers) const final | MVAUtils::ForestXGBoostBase< NodeXGBoost > | inlinevirtual |
GetMultiResponse(const std::vector< float > &values, unsigned int numClasses) const override | MVAUtils::Forest< NodeXGBoost > | virtual |
GetMultiResponse(const std::vector< float * > &pointers, unsigned int numClasses) const override | MVAUtils::Forest< NodeXGBoost > | virtual |
GetNTrees() const override final | MVAUtils::Forest< NodeXGBoost > | inlinevirtual |
MVAUtils::IForest::GetNTrees() const =0 | MVAUtils::IForest | pure virtual |
GetNVars() const override | MVAUtils::ForestXGBoost | inlinevirtual |
GetOffset() const override | MVAUtils::Forest< NodeXGBoost > | inlinevirtual |
MVAUtils::IForest::GetOffset() const =0 | MVAUtils::IForest | pure virtual |
GetRawResponse(const std::vector< float > &values) const override final | MVAUtils::Forest< NodeXGBoost > | virtual |
GetRawResponse(const std::vector< float * > &pointers) const override final | MVAUtils::Forest< NodeXGBoost > | virtual |
GetResponse(const std::vector< float > &values) const override | MVAUtils::Forest< NodeXGBoost > | virtual |
GetResponse(const std::vector< float * > &pointers) const override | MVAUtils::Forest< NodeXGBoost > | virtual |
GetTree(unsigned int itree) const | MVAUtils::Forest< NodeXGBoost > | |
GetTreeResponse(const std::vector< float > &values, unsigned int itree) const override final | MVAUtils::Forest< NodeXGBoost > | virtual |
GetTreeResponse(const std::vector< float * > &pointers, unsigned int itree) const override final | MVAUtils::Forest< NodeXGBoost > | virtual |
GetTreeResponseFromNode(const std::vector< float > &values, index_t index) const | MVAUtils::Forest< NodeXGBoost > | protected |
GetTreeResponseFromNode(const std::vector< float * > &pointers, index_t index) const | MVAUtils::Forest< NodeXGBoost > | protected |
m_forest | MVAUtils::Forest< NodeXGBoost > | private |
m_max_var | MVAUtils::ForestXGBoost | private |
m_nodes | MVAUtils::Forest< NodeXGBoost > | private |
newTree(const std::vector< NodeXGBoost > &nodes) | MVAUtils::Forest< NodeXGBoost > | protected |
operator=(const ForestXGBoost &)=default | MVAUtils::ForestXGBoost | |
operator=(ForestXGBoost &&)=default | MVAUtils::ForestXGBoost | |
PrintForest() const override | MVAUtils::ForestXGBoost | virtual |
ForestXGBoostBase< NodeXGBoost >::PrintForest() const override | MVAUtils::Forest< NodeXGBoost > | virtual |
PrintTree(unsigned int itree) const override | MVAUtils::Forest< NodeXGBoost > | virtual |
WriteTree(TString name) const override | MVAUtils::ForestXGBoost | virtual |
~ForestXGBoost()=default | MVAUtils::ForestXGBoost | |
~IForest()=default | MVAUtils::IForest | virtual |