source: trunk/lib/classifier/SupervisedClassifier.cc @ 523

Last change on this file since 523 was 523, checked in by Peter, 17 years ago

add prediction functions to SVM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 221 bytes
Line 
1// $Id: SupervisedClassifier.cc 523 2006-02-23 08:52:04Z peter $
2
3#include <c++_tools/classifier/SupervisedClassifier.h>
4
5namespace theplu {
6namespace classifier {
7
8  SupervisedClassifier::SupervisedClassifier(const Target& target)
9    : target_(target), trained_(false)
10  {
11  }
12
13}}
Note: See TracBrowser for help on using the repository browser.