Changeset 33 for prextra


Ignore:
Timestamp:
06/08/12 14:16:27 (12 years ago)
Author:
dtax
Message:

Remove adding of paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prextra/loglc2.m

    r32 r33  
    2222
    2323    name = 'Logistic regressor (implementation 2)';
    24     addpath(genpath('minFunc'));
    25     addpath(genpath('~/prtools'));
    2624    if exist('minFunc', 'file')
    2725        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.');
     
    6664
    6765function [E, E_bias] = train_logreg(train_X, train_labels, lambda, E_init, E_bias_init)
    68 
    69     % Uses fancy optimizer
    70     addpath(genpath('minFunc'));
    7166
    7267    % Initialize solution
Note: See TracChangeset for help on using the changeset viewer.