Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/15 09:32:34 (8 years ago)
Author:
gkronber
Message:

#2454: added acronyms where appropriate

Location:
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourClassification.cs

    r12504 r13238  
    3434  /// Nearest neighbour classification data analysis algorithm.
    3535  /// </summary>
    36   [Item("Nearest Neighbour Classification", "Nearest neighbour classification data analysis algorithm (wrapper for ALGLIB).")]
     36  [Item("Nearest Neighbour Classification (kNN)", "Nearest neighbour classification data analysis algorithm (wrapper for ALGLIB).")]
    3737  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 150)]
    3838  [StorableClass]
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourRegression.cs

    r12504 r13238  
    3333  /// Nearest neighbour regression data analysis algorithm.
    3434  /// </summary>
    35   [Item("Nearest Neighbour Regression", "Nearest neighbour regression data analysis algorithm (wrapper for ALGLIB).")]
     35  [Item("Nearest Neighbour Regression (kNN)", "Nearest neighbour regression data analysis algorithm (wrapper for ALGLIB).")]
    3636  [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 150)]
    3737  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.