Changeset 79 for distools/dlpc.m


Ignore:
Timestamp:
07/23/13 12:22:18 (11 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • distools/dlpc.m

    r10 r79  
    2525%   W1  LP-Classifier in the complete dissimilarity space
    2626%   W2  LP-Classifier in a reduced dissimilarity space
    27 %   W3  Object selection mapping; the indices of support objects are in +W3.
     27%   W3  Object selection prmapping; the indices of support objects are in +W3.
    2828%
    2929% DEFAULTS
     
    125125if nargin < 2 | isempty(is_w0), is_w0 = 1; end
    126126if nargin < 1 | isempty(d)
    127   W1 = mapping(mfilename,{is_w0,type,par,usematlab});
     127  W1 = prmapping(mfilename,{is_w0,type,par,usematlab});
    128128  W1 = setname(W1,'DLPC');
    129129  W2 = [];
     
    176176% If more than 2 classes, do one against all others.
    177177if C > 2,
    178 % W1 = mclassc(d,mapping(mfilename,{is_w0,type,par,usematlab}));
     178% W1 = mclassc(d,prmapping(mfilename,{is_w0,type,par,usematlab}));
    179179
    180180  W1 = [];
Note: See TracChangeset for help on using the changeset viewer.