Ignore:
Timestamp:
Feb 23, 2006, 9:52:04 AM (17 years ago)
Author:
Peter
Message:

add prediction functions to SVM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/classifier/NCC.cc

    r509 r523  
    2020  NCC::NCC(const DataLookup2D& data, const Target& target,
    2121           const statistics::Distance& distance)
    22     : SupervisedClassifier(data,target), distance_(distance)
     22    : SupervisedClassifier(target), distance_(distance), matrix_(data)
    2323  {   
    2424  }
Note: See TracChangeset for help on using the changeset viewer.