Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClusteringSolution.cs

    r14185 r14927  
    2626using HeuristicLab.Common;
    2727using HeuristicLab.Core;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HeuristicLab.Persistence;
    2929using HeuristicLab.Problems.DataAnalysis;
    3030using HeuristicLab.Optimization;
     
    3636  /// </summary>
    3737  [Item("k-Means clustering solution", "Represents a k-Means solution for a clustering problem which can be visualized in the GUI.")]
    38   [StorableClass]
     38  [StorableType("43ef58af-7372-45d0-a8ef-a54746d33225")]
    3939  public sealed class KMeansClusteringSolution : ClusteringSolution {
    4040    private const string TrainingIntraClusterSumOfSquaresResultName = "Intra-cluster sum of squares (training)";
Note: See TracChangeset for help on using the changeset viewer.