Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/10 17:29:23 (14 years ago)
Author:
mkommend
Message:

Added empty plugin for cross validation view and stub for the cross validation class (ticket #1199).

Location:
branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views
Files:
4 added
3 copied

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs.frame

    r4471 r4472  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Algorithms.DataAnalysis {
     24namespace HeuristicLab.Algorithms.DataAnalysis.Views {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Algorithms.DataAnalysis plugin.
     26  /// Plugin class for HeuristicLab.Algorithms.DataAnalysis.Views plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.DataAnalysis", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.DataAnalysis-3.3.dll", PluginFileType.Assembly)]
    30   public class HeuristicLabAlgorithmsDataAnalysisPlugin : PluginBase {
     28  [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)]
     30  public class HeuristicLabAlgorithmsDataAnalysisViewsPlugin : PluginBase {
    3131  }
    3232}
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/Properties/AssemblyInfo.frame

    r4471 r4472  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Algorithms.DataAnalysis")]
    29 [assembly: AssemblyDescription("HeuristicLab data-analysis algorithms")]
     28[assembly: AssemblyTitle("HeuristicLab.Algorithms.DataAnalysis.Views")]
     29[assembly: AssemblyDescription("HeuristicLab views for data-analysis algorithms")]
    3030[assembly: AssemblyConfiguration("")]
    3131[assembly: AssemblyCompany("")]
Note: See TracChangeset for help on using the changeset viewer.