Changeset 79 for distools/dlpc.m
- Timestamp:
- 07/23/13 12:22:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
distools/dlpc.m
r10 r79 25 25 % W1 LP-Classifier in the complete dissimilarity space 26 26 % 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. 28 28 % 29 29 % DEFAULTS … … 125 125 if nargin < 2 | isempty(is_w0), is_w0 = 1; end 126 126 if nargin < 1 | isempty(d) 127 W1 = mapping(mfilename,{is_w0,type,par,usematlab});127 W1 = prmapping(mfilename,{is_w0,type,par,usematlab}); 128 128 W1 = setname(W1,'DLPC'); 129 129 W2 = []; … … 176 176 % If more than 2 classes, do one against all others. 177 177 if C > 2, 178 % W1 = mclassc(d, mapping(mfilename,{is_w0,type,par,usematlab}));178 % W1 = mclassc(d,prmapping(mfilename,{is_w0,type,par,usematlab})); 179 179 180 180 W1 = [];
Note: See TracChangeset
for help on using the changeset viewer.