ATLAS Offline Software
|
This is the complete list of members for MVAUtils::ForestWeighted< Node_t >, including all inherited members.
ForestWeighted() | MVAUtils::ForestWeighted< Node_t > | inline |
GetClassification(const std::vector< float > &values) const =0 | MVAUtils::IForest | pure virtual |
GetClassification(const std::vector< float * > &pointers) const =0 | MVAUtils::IForest | pure virtual |
GetMultiResponse(const std::vector< float > &values, unsigned int numClasses) const override | MVAUtils::Forest< Node_t > | virtual |
GetMultiResponse(const std::vector< float * > &pointers, unsigned int numClasses) const override | MVAUtils::Forest< Node_t > | virtual |
GetNTrees() const override final | MVAUtils::Forest< Node_t > | inlinevirtual |
GetNVars() const =0 | MVAUtils::IForest | pure virtual |
GetOffset() const override | MVAUtils::ForestWeighted< Node_t > | inlinevirtual |
GetRawResponse(const std::vector< float > &values) const override final | MVAUtils::Forest< Node_t > | virtual |
GetRawResponse(const std::vector< float * > &pointers) const override final | MVAUtils::Forest< Node_t > | virtual |
GetResponse(const std::vector< float > &values) const override | MVAUtils::Forest< Node_t > | virtual |
GetResponse(const std::vector< float * > &pointers) const override | MVAUtils::Forest< Node_t > | virtual |
GetSumWeights() const | MVAUtils::ForestWeighted< Node_t > | inline |
GetTree(unsigned int itree) const | MVAUtils::Forest< Node_t > | |
GetTreeResponse(const std::vector< float > &values, unsigned int itree) const override final | MVAUtils::Forest< Node_t > | virtual |
GetTreeResponse(const std::vector< float * > &pointers, unsigned int itree) const override final | MVAUtils::Forest< Node_t > | virtual |
GetTreeResponseFromNode(const std::vector< float > &values, index_t index) const | MVAUtils::Forest< Node_t > | protected |
GetTreeResponseFromNode(const std::vector< float * > &pointers, index_t index) const | MVAUtils::Forest< Node_t > | protected |
GetTreeResponseWeighted(const std::vector< float > &values, unsigned int itree) const | MVAUtils::ForestWeighted< Node_t > | |
GetTreeResponseWeighted(const std::vector< float * > &pointers, unsigned int itree) const | MVAUtils::ForestWeighted< Node_t > | |
GetTreeWeight(unsigned int itree) const | MVAUtils::ForestWeighted< Node_t > | inline |
GetWeightedResponse(const std::vector< float > &values) const | MVAUtils::ForestWeighted< Node_t > | |
GetWeightedResponse(const std::vector< float * > &pointers) const | MVAUtils::ForestWeighted< Node_t > | |
m_forest | MVAUtils::Forest< Node_t > | private |
m_nodes | MVAUtils::Forest< Node_t > | private |
m_sumWeights | MVAUtils::ForestWeighted< Node_t > | private |
m_weights | MVAUtils::ForestWeighted< Node_t > | private |
newTree(const std::vector< Node_t > &nodes, float weight) | MVAUtils::ForestWeighted< Node_t > | |
MVAUtils::Forest::newTree(const std::vector< Node_t > &nodes) | MVAUtils::Forest< Node_t > | protected |
PrintForest() const override | MVAUtils::Forest< Node_t > | virtual |
PrintTree(unsigned int itree) const override | MVAUtils::ForestWeighted< Node_t > | inlinevirtual |
WriteTree(TString) const =0 | MVAUtils::IForest | pure virtual |
~IForest()=default | MVAUtils::IForest | virtual |