Changeset 2044
- Timestamp:
- 06/15/09 16:48:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs
r2043 r2044 73 73 get { 74 74 if (!engine.Terminated) throw new InvalidOperationException("The algorithm is still running. Wait until the algorithm is terminated to retrieve the result."); 75 IScope bestModelScope = engine.GlobalScope. GetVariableValue<IScope>("BestValidationSolution", false);75 IScope bestModelScope = engine.GlobalScope.SubScopes[0]; 76 76 return CreateSVMModel(bestModelScope); 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.