#49 closed enhancement (fixed)
ConsensusInputRanker.add(InputRanker)
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.3 (Public release) |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
Add function adding an individual ranking from outside. In this way InputRankers? with different method (read Score) and/or different set of samples can be used and summarized in a ConsensusInputRanker?.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Milestone: | later → 0.3 (Public release) |
---|
Note: See
TracTickets for help on using
tickets.
ConsensusInputRanker? is now much more general because now the InputRanker? can be created outside (using any method) and then added to ConsensusInputRanker? just to summarize the votes.