Group Abstract Group Abstract

Message Boards Message Boards

0
|
10.5K Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Random rounding in classifier function

Posted 12 years ago
Attachments:
POSTED BY: Douglas Kubler
4 Replies

Hi Mark, as you suspected in the notebook, this behavior is observed when there is a tie. When the most likely classes have the same probability (or more generally the same utility), a RandomChoice of these classes is done. To avoid this behavior you can use the undocumented options "TieBreakerFunction" and put any function you like. For example "TieBreakerFunction" -> First will give a determinate result.

POSTED BY: Etienne Bernard
POSTED BY: Etienne Bernard
POSTED BY: David Reiss
Attachments:
POSTED BY: Mark Tuttle
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard