Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#47 closed defect (fixed)

CrossSplitter::validation_data does not return constant number of samples

Reported by: Peter Owned by: Peter
Priority: critical Milestone:
Component: classifier Version:
Keywords: Cc:

Description

It should not be constant but close. Find the bug and add test.

Change History (3)

comment:1 Changed 17 years ago by Peter

Status: newassigned

comment:2 Changed 17 years ago by Peter

Resolution: fixed
Status: assignedclosed

Fixed. The samples are divided into k groups. Each group is as balanced as possible, i.e., 1/k of samples from each class is the different group. The grouping is also globally balanced, and each sample does only occur in one group.

comment:3 Changed 17 years ago by wwwrun

Milestone: SVM extension

Milestone SVM extension deleted

Note: See TracTickets for help on using tickets.