Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/12 16:13:00 (12 years ago)
Author:
abeham
Message:

#1722: Fixed description of k-Means solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClustering.cs

    r7259 r8080  
    7979    protected override void Run() {
    8080      var solution = CreateKMeansSolution(Problem.ProblemData, K.Value, Restarts.Value);
    81       Results.Add(new Result(KMeansSolutionResultName, "The linear regression solution.", solution));
     81      Results.Add(new Result(KMeansSolutionResultName, "The k-Means clustering solution.", solution));
    8282    }
    8383
Note: See TracChangeset for help on using the changeset viewer.