Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 13 years ago

#1321 closed enhancement (done)

Implement possibility to apply SVM training on classification problems

Reported by: swinkler Owned by: gkronber
Priority: high Milestone: HeuristicLab 3.3.4
Component: Algorithms.DataAnalysis Version: 3.3.4
Keywords: Cc:

Description

Currently SVM training cannot be applied to learning classifiers, only to learning regression models.

Change History (6)

comment:1 Changed 13 years ago by gkronber

This is caused by the fact that the classification problems uses the ProblemBase class. We should adapt the LR and SVM algorithms to work for any ISingleObjectiveDataAnalysisProblem.

comment:2 Changed 13 years ago by gkronber

  • Priority changed from medium to high

related to #1418

comment:3 Changed 13 years ago by gkronber

  • Owner changed from mkommend to gkronber
  • Status changed from new to accepted

comment:4 Changed 13 years ago by gkronber

  • Status changed from accepted to readytorelease

Implemented in ticket #1418 (data analysis refactoring) and merged into trunk with r5810. Reviewed together with all changes in #1418.

Version 0, edited 13 years ago by gkronber (next)

comment:5 Changed 13 years ago by gkronber

  • Milestone changed from HeuristicLab Backlog to HeuristicLab 3.3.4

comment:6 Changed 13 years ago by swagner

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.2 to 3.3.4
Note: See TracTickets for help on using tickets.