Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/05/19 11:00:51 (5 years ago)
Author:
gkronber
Message:

#2847: more changes for renaming the M5 plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4/Plugin.cs.frame

    r16855 r17079  
    2424namespace HeuristicLab.Algorithms.DataAnalysis {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Algorithms.DataAnalysis plugin.
     26  /// Plugin class.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.DataAnalysis.M5", "Provides the M5' regression algorithm", "3.4.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.DataAnalysis.M5-3.4.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.DataAnalysis.DecisionTrees", "Provides algorithms for decision trees for regression", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.DataAnalysis.DecisionTrees-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.ALGLIB", "3.7")]
    3131  [PluginDependency("HeuristicLab.Attic", "1.0")]
Note: See TracChangeset for help on using the changeset viewer.