Opened 17 years ago

Closed 17 years ago

#101 closed request (fixed)

separate Score functionality from heavy ammo

Reported by: Peter Owned by: Peter
Priority: minor Milestone: yat 0.3 (Public release)
Component: classifier Version:
Keywords: Cc:

Description

Score classes should be light and in particular they should be state-less.

For example ROC class could be splitted to two classes: one light only calculating the score and inhereting from Score and one heavy being independent of Score

Change History (8)

comment:1 Changed 17 years ago by Peter

Summary: separate Score functionality from heavy armoseparate Score functionality from heavy ammo

comment:2 Changed 17 years ago by Peter

Milestone: later0.3 (Public release)

This change will modify the interface, and therefore I think this should be done within milestone:0.3

comment:3 Changed 17 years ago by Peter

Status: newassigned

comment:4 Changed 17 years ago by Peter

(In [777]) Changed Fisher interface dramatically. No longer inherited from Score. Removed several functions since they encourage inappropriate usage. Removed support for weights. refs #101

comment:5 Changed 17 years ago by Peter

(In [778]) added ROCscore class. refs #101

comment:6 Changed 17 years ago by Peter

(In [779]) Refs #101

comment:7 Changed 17 years ago by Peter

(In [821]) Modified ROC class to use AUC class in calculation of ROC area. Refs #101

comment:8 Changed 17 years ago by Peter

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.