Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicNearestNeighbourClassificationModel.cs

    r13386 r14711  
    3232  /// Represents a nearest neighbour model for regression and classification
    3333  /// </summary>
    34   [StorableClass("225CCF16-C932-4D18-AF5A-0745FAD8F22C")]
     34  [StorableType("225CCF16-C932-4D18-AF5A-0745FAD8F22C")]
    3535  [Item("SymbolicNearestNeighbourClassificationModel", "Represents a nearest neighbour model for symbolic classification.")]
    3636  public sealed class SymbolicNearestNeighbourClassificationModel : SymbolicClassificationModel {
     
    143143  }
    144144
    145   [StorableClass("01561669-12E6-4C75-86BF-88C24DA53FDD")]
     145  [StorableType("01561669-12E6-4C75-86BF-88C24DA53FDD")]
    146146  internal sealed class ClassFrequencyComparer : IComparer<double> {
    147147    [Storable]
Note: See TracChangeset for help on using the changeset viewer.