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.Algorithms.DataAnalysis/3.4/kMeans/KMeansClusteringSolution.cs

    r13368 r14711  
    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("E423B712-C642-4F6C-AABB-238AE5015E99")]
     38  [StorableType("E423B712-C642-4F6C-AABB-238AE5015E99")]
    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.