Skip to content
Snippets Groups Projects
Commit 53e4bc37 authored by marwan's avatar marwan
Browse files

minor bugfix: parameter settings

parent ec0ce4a6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ function xout=jrp(varargin)
% minnorm - Minimum norm.
% nrmnorm - Euclidean norm between normalized vectors
% (all vectors have the length one).
% maxnorm - Maximum norm, fixed recurrence rate.
% rr - Maximum norm, fixed recurrence rate.
% fan - Fixed amount of nearest neighbours.
% inter - Interdependent neighbours.
% omatrix - Order matrix.
......@@ -85,6 +85,9 @@ function xout=jrp(varargin)
% $Revision$
%
% $Log$
% Revision 2.9 2009/03/24 08:32:57 marwan
% copyright address changed
%
% Revision 2.8 2007/12/20 16:27:33 marwan
% changed gpl splash behaviour
%
......
......@@ -54,7 +54,7 @@ function xout=jrqa(varargin)
% minnorm - Minimum norm.
% nrmnorm - Euclidean norm between normalized vectors
% (all vectors have the length one).
% maxnorm - Maximum norm, fixed recurrence rate.
% rr - Maximum norm, fixed recurrence rate.
% fan - Fixed amount of nearest neighbours.
% inter - Interdependent neighbours.
% omatrix - Order matrix.
......@@ -128,6 +128,9 @@ function xout=jrqa(varargin)
% $Revision$
%
% $Log$
% Revision 2.7 2009/03/24 08:32:57 marwan
% copyright address changed
%
% Revision 2.6 2007/07/18 17:18:44 marwan
% integer values in the arguments supported
%
......
......@@ -22,7 +22,7 @@ function X = taucrp(varargin)
% maxnorm - Maximum norm.
% euclidean - Euclidean norm.
% minnorm - Minimum norm.
% maxnorm - Maximum norm, fixed recurrence rate.
% rr - Maximum norm, fixed recurrence rate.
% fan - Fixed amount of nearest neighbours.
% distance - Distance coded matrix (global CRP, Euclidean norm).
%
......@@ -57,6 +57,9 @@ function X = taucrp(varargin)
% $Revision$
%
% $Log$
% Revision 5.2 2009/03/24 08:33:47 marwan
% copyright address changed
%
% Revision 5.1 2008/01/25 12:47:26 marwan
% initial import
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment