Changeset 34 for prextra/loglc2.m


Ignore:
Timestamp:
06/12/12 08:59:26 (12 years ago)
Author:
dtax
Message:

Shorter name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prextra/loglc2.m

    r33 r34  
    2121
    2222
    23     name = 'Logistic regressor (implementation 2)';
    24     if exist('minFunc', 'file')
     23    name = 'Logistic2';
     24    if ~exist('minFunc', 'file')
    2525        prwarning(1, 'LOGLC2 requires the minFunc optimizer. Please download it from www.di.ens.fr/~mschmidt/Software/minFunc.html and add it to the Matlab path.');
    2626    end
Note: See TracChangeset for help on using the changeset viewer.