Changeset 5178 for branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis/3.3/SupportVectorMachine/SupportVectorMachineModelCreator.cs
- Timestamp:
- 12/28/10 01:44:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis/3.3/SupportVectorMachine/SupportVectorMachineModelCreator.cs
r5177 r5178 133 133 } 134 134 135 public override IOperation Apply( IExecutionContext context) {135 public override IOperation Apply() { 136 136 int start = SamplesStart.Value; 137 137 int end = SamplesEnd.Value; … … 146 146 SupportVectorMachineModelParameter.ActualValue = model; 147 147 148 return base.Apply( context);148 return base.Apply(); 149 149 } 150 150
Note: See TracChangeset
for help on using the changeset viewer.