Changeset 79 for distools/dmstspm.m


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

Legend:

Unmodified
Added
Removed
  • distools/dmstspm.m

    r10 r79  
    4343end
    4444if nargin < 1 | isempty(D)
    45    W = mapping(mfilename,{K,p});
     45   W = prmapping(mfilename,{K,p});
    4646   W = setname(W,'dmstspm');
    4747   return
     
    140140
    141141    [Lmst,d] = kdmst(D,K,p);
    142     W = mapping(mfilename,'trained',{Lmst,d,K},[],n,n);
     142    W = prmapping(mfilename,'trained',{Lmst,d,K},[],n,n);
    143143    W = setname(W,'dmstspm');
    144144  end
Note: See TracChangeset for help on using the changeset viewer.