Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClustering.cs
- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClustering.cs
r7259 r8086 79 79 protected override void Run() { 80 80 var solution = CreateKMeansSolution(Problem.ProblemData, K.Value, Restarts.Value); 81 Results.Add(new Result(KMeansSolutionResultName, "The linear regressionsolution.", solution));81 Results.Add(new Result(KMeansSolutionResultName, "The k-Means clustering solution.", solution)); 82 82 } 83 83
Note: See TracChangeset
for help on using the changeset viewer.