Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12305,12393,12397-12401,12504,12506,12512,12622,12649,12664
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis merged: 12504,12622
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourClassification.cs
r12009 r12708 35 35 /// </summary> 36 36 [Item("Nearest Neighbour Classification", "Nearest neighbour classification data analysis algorithm (wrapper for ALGLIB).")] 37 [Creatable( "Data Analysis")]37 [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 150)] 38 38 [StorableClass] 39 39 public sealed class NearestNeighbourClassification : FixedDataAnalysisAlgorithm<IClassificationProblem> { -
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourRegression.cs
r12009 r12708 34 34 /// </summary> 35 35 [Item("Nearest Neighbour Regression", "Nearest neighbour regression data analysis algorithm (wrapper for ALGLIB).")] 36 [Creatable( "Data Analysis")]36 [Creatable(CreatableAttribute.Categories.DataAnalysisRegression, Priority = 150)] 37 37 [StorableClass] 38 38 public sealed class NearestNeighbourRegression : FixedDataAnalysisAlgorithm<IRegressionProblem> {
Note: See TracChangeset
for help on using the changeset viewer.