Changes between Initial Version and Version 24 of Ticket #1776
- Timestamp:
- 09/06/12 09:03:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1776
- Property Status changed from new to accepted
-
Ticket #1776 – Description
initial v24 1 1 New voting strategies will be implemented to improve the classification ensemble modelling. Currently only majority voting is available. Weighted voting strategies should improve the results achieved with ensemble modelling. It should be possible to change the voting strategy with an additional parameter or combo box. 2 3 Decription from #1630: 4 The voting mechanism for ensembles of classifiers based on discriminating functions should be enhanced to weight the vote of a single classifier based on the output of its discriminating function and the selected threshold. This information should also be included into the calculation of a confidence value for each sample.