Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/15 21:54:58 (8 years ago)
Author:
gkronber
Message:

#1998:

  • introduced new class ConstantModel (to merge ConstantRegressionModel, ConstantClassificationModel and ConstantTimeSeriesModel)
  • fixed copyright statements
  • tried to unify naming
  • added F1 score and Matthew's correlation to classification results collection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/OneRClassificationModelView.cs

    r9135 r13098  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2626
    2727namespace HeuristicLab.Algorithms.DataAnalysis.Views {
    28   [View("1R Classification Model")]
     28  [View("OneR Classification Model")]
    2929  [Content(typeof(OneRClassificationModel), IsDefaultView = true)]
    3030  public partial class OneRClassificationModelView : AsynchronousContentView {
Note: See TracChangeset for help on using the changeset viewer.