Skip to content

Commit

Permalink
-Version 2.03 of toolbox
Browse files Browse the repository at this point in the history
 --updated documentation
 --updated headers (all files changed since "license" misspelled)


git-svn-id: svn+ssh://lumo.ucsd.edu/projects/p1/svnroot/pdollar/toolbox@8265 52fe0c90-79fe-0310-8a18-a0b98ad248f8
  • Loading branch information
pdollar committed Feb 25, 2008
1 parent a81ef7c commit 39a55f3
Show file tree
Hide file tree
Showing 266 changed files with 330 additions and 302 deletions.
2 changes: 1 addition & 1 deletion classify/clfDecTree.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfDecTree( p, varargin )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfDecTreeFwd.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function Y = clfDecTreeFwd( clf, X )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfDecTreeTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfDecTreeTrain( clf, X, Y )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfEcoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfEcoc(p,clfInit,clfparams,nclasses,use01targets)

Expand Down
2 changes: 1 addition & 1 deletion classify/clfEcocCode.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [C,nbits] = clfEcocCode( k )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfKnn.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfKnn( p, k, metric )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfKnnDist.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function IDXpred = clfKnnDist( D, IDX, k )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfKnnFwd.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function Y = clfKnnFwd( clf, X )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfKnnTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfKnnTrain( clf, X, Y )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfLda.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfLda( p, type, prior )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfLdaFwd.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function Y = clfLdaFwd( clf, X )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfLdaTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function clf = clfLdaTrain( clf, X, Y )

Expand Down
2 changes: 1 addition & 1 deletion classify/clfSvm.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function net = clfSvm(varargin)

Expand Down
2 changes: 1 addition & 1 deletion classify/confMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function CM = confMatrix( IDXtrue, IDXpred, ntypes )

Expand Down
2 changes: 1 addition & 1 deletion classify/confMatrixShow.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function confMatrixShow( CM, types, pvPairs, nDigits )

Expand Down
2 changes: 1 addition & 1 deletion classify/demoClassify.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function demoClassify

Expand Down
2 changes: 1 addition & 1 deletion classify/demoCluster.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

%%% generate data
if(1) % mixture of gaussians -- see demoGenData
Expand Down
2 changes: 1 addition & 1 deletion classify/demoGenData.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [X,IDX,T,IDT] = demoGenData(n,m,k,d,c,e,f)

Expand Down
2 changes: 1 addition & 1 deletion classify/distMatrixShow.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [D, Dsm] = distMatrixShow( D, IDX, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/kmeans2.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [ IDX, C, sumd ] = kmeans2( X, k, prm )

Expand Down
2 changes: 1 addition & 1 deletion classify/meanShift.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [IDX,M] = meanShift(X, radius, rate, maxIter, minCsize, blur )

Expand Down
2 changes: 1 addition & 1 deletion classify/meanShiftIm.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [M,Vr,Vc] = meanShiftIm( X,sigSpt,sigRng,softFlag,maxIter,minDel )

Expand Down
2 changes: 1 addition & 1 deletion classify/meanShiftImExplore.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function meanShiftImExplore( I, X, sigSpt, sigRng, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/nfoldxval.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function CM=nfoldxval( data, IDX, clfInit, clfparams, ...
types, ignoreT, fname, show )
Expand Down
2 changes: 1 addition & 1 deletion classify/pca.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [ U, mu, vars ] = pca( X )

Expand Down
2 changes: 1 addition & 1 deletion classify/pcaApply.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function varargout = pcaApply( X, U, mu, k )

Expand Down
2 changes: 1 addition & 1 deletion classify/pcaRandVec.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function Xr = pcaRandVec( U, mu, vars, k, n, hypershpere, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/pcaVisualize.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function varargout=pcaVisualize( U, mu, vars, X, index, ks, fname, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/pdist2.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function D = pdist2( X, Y, metric )

Expand Down
2 changes: 1 addition & 1 deletion classify/private/IDX2order.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function order = IDX2order( IDX )

Expand Down
2 changes: 1 addition & 1 deletion classify/private/meanShiftPost.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function [IDX,C] = meanShiftPost( X, IDX, C, minCl, forceOutl )

Expand Down
2 changes: 1 addition & 1 deletion classify/rbfComputeBasis.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function rbfBasis = rbfComputeBasis( X, k, cluster, scale, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/rbfComputeFtrs.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function Xrbf = rbfComputeFtrs( X, rbfBasis )

Expand Down
2 changes: 1 addition & 1 deletion classify/rbfDemo.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function rbfDemo( dataType, noiseSig, scale, k, cluster, show )

Expand Down
2 changes: 1 addition & 1 deletion classify/softMin.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function M = softMin( D, sigma )

Expand Down
2 changes: 1 addition & 1 deletion classify/visualizeData.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
% Piotr's Image&Video Toolbox Version 2.0
% Copyright (C) 2007 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Liscensed under the Lesser GPL [see external/lgpl.txt]
% Licensed under the Lesser GPL [see external/lgpl.txt]

function visualizeData( X, k, IDX, types, C )

Expand Down
2 changes: 1 addition & 1 deletion doc/classify/Contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfDecTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfDecTreeFwd.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfDecTreeTrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfEcoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfEcocCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfKnn.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/classify/clfKnnDist.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^



<hr><address>Generated on Wed 31-Oct-2007 13:15:59 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
<hr><address>Generated on Mon 25-Feb-2008 14:38:40 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address>
</body>
</html>
Loading

0 comments on commit 39a55f3

Please sign in to comment.