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.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionComparisonView.cs

    r13091 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.
     
    2727using HeuristicLab.MainForm;
    2828using HeuristicLab.Problems.DataAnalysis.OnlineCalculators;
    29 using HeuristicLab.Random;
    3029
    3130namespace HeuristicLab.Problems.DataAnalysis.Views.Classification {
    32   [View("Solution Comparions")]
     31  [View("Classification Solution Comparions")]
    3332  [Content(typeof(IClassificationSolution))]
    3433  public partial class ClassificationSolutionComparisonView : DataAnalysisSolutionEvaluationView {
Note: See TracChangeset for help on using the changeset viewer.