Skip to content

Conversation

@ashlaban
Copy link
Contributor

Adds a simple comparison technique for multiclass classifiers.
1-vs-rest will do a binary comparison between given class
considered signal and all others collectively considered
background.

1-vs-1 will do pair-wise binary comparisons.

Output is in TMVA::Factory::EvaluateAllMethods

Adds a simple comparison technique for multiclass classifiers.
1-vs-rest will do a binary comparison between given class
considered signal and all others collectively considered
background.

1-vs-1 will do pair-wise binary comparisons.

Output is in TMVA::Factory::EvaluateAllMethods
@phsft-bot
Copy link

Can one of the admins verify this patch?

@vgvassilev
Copy link
Member

Could you address the clang-tidy issue?

@ashlaban
Copy link
Contributor Author

There we go!

@lmoneta lmoneta merged commit 12d90fd into root-project:master Jun 1, 2017
lmoneta pushed a commit that referenced this pull request Jun 1, 2017
…ut (#597)

* Add 1-vs-rest and 1-vs-1 performance measures to TMVA multiclass output

Adds a simple comparison technique for multiclass classifiers.
1-vs-rest will do a binary comparison between given class
considered signal and all others collectively considered
background.

1-vs-1 will do pair-wise binary comparisons.

Output is in TMVA::Factory::EvaluateAllMethods

* Fix clang-tidy error
@ashlaban ashlaban deleted the multiclass-perf-output branch June 1, 2017 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants