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.LinearRegression/3.2/LinearRegression.cs

    r2377 r2419  
    161161      injector.AddVariable(new HeuristicLab.Core.Variable("PunishmentFactor", new DoubleData(1000)));
    162162      injector.AddVariable(new HeuristicLab.Core.Variable("TotalEvaluatedNodes", new DoubleData(0)));
     163      injector.AddVariable(new HeuristicLab.Core.Variable("MaxNumberOfTrainingSamples", new IntData(4000)));
    163164
    164165      return injector;
Note: See TracChangeset for help on using the changeset viewer.