ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Classes | |
class | TMVA::BinaryTree |
Namespaces | |
TMVA | |
Abstract ClassifierFactory template that handles arbitrary types. | |
Functions | |
std::ostream & | TMVA::operator<< (std::ostream &os, const BinaryTree &tree) |
print the tree recursinvely using the << operator More... | |
std::istream & | TMVA::operator>> (std::istream &istr, BinaryTree &tree) |
read the tree from an std::istream More... | |