Skip to content

Commit

Permalink
v2.0.3 - Improvements to binned classification
Browse files Browse the repository at this point in the history
- Added MultiClass support for binned classification.
- Added `ANNZ::deriveHisClsPrb()` - change how probabilities are
calculated in binned classification.
- Added `ANNZ_PDF_max` - the most likely value of a PDF (the peak of
the PDF), to the outputs of regression.
- Various bug fixes.
  • Loading branch information
IftachSadeh committed Feb 25, 2015
1 parent e39c31c commit 230dade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- ## Master version -->

## ANNZ 2.0.3 (20/2/2015)
## ANNZ 2.0.3 (25/2/2015)

- **Added *MultiClass* support to binned classification:** The new option is controlled by setting the `doMultiCls` flag. In this mode, multiple background samples can be trained simultaneously against the signal. In the context of binned classification, this means that each classification bin acts as an independent sample during the training.

Expand Down

0 comments on commit 230dade

Please sign in to comment.