Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/08/09 10:28:24 (15 years ago)
Author:
mkommend
Message:

moved actual training samples from DefaulRegressionOperator to specific algorithms (ticket #755)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs

    r2396 r2419  
    437437      injector.AddVariable(new HeuristicLab.Core.Variable("Type", new StringData("NU_SVR")));
    438438      injector.AddVariable(new HeuristicLab.Core.Variable("PunishmentFactor", new DoubleData(1000.0)));
     439      injector.AddVariable(new Variable("MaxNumberOfTrainingSamples", new IntData(1000)));
    439440      return injector;
    440441    }
Note: See TracChangeset for help on using the changeset viewer.