Changeset 2419 for trunk/sources/HeuristicLab.SupportVectorMachines
- Timestamp:
- 10/08/09 10:28:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs ΒΆ
r2396 r2419 437 437 injector.AddVariable(new HeuristicLab.Core.Variable("Type", new StringData("NU_SVR"))); 438 438 injector.AddVariable(new HeuristicLab.Core.Variable("PunishmentFactor", new DoubleData(1000.0))); 439 injector.AddVariable(new Variable("MaxNumberOfTrainingSamples", new IntData(1000))); 439 440 return injector; 440 441 }
Note: See TracChangeset
for help on using the changeset viewer.