Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13238-13239
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis merged: 13238
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourClassification.cs
r12708 r13297 34 34 /// Nearest neighbour classification data analysis algorithm. 35 35 /// </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).")] 37 37 [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 150)] 38 38 [StorableClass] -
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourRegression.cs
r12708 r13297 33 33 /// Nearest neighbour regression data analysis algorithm. 34 34 /// </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).")] 36 36 [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 150)] 37 37 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.