Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (8 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/Nca/Initialization/LdaInitializer.cs

    r14843 r14927  
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     25using HeuristicLab.Persistence;
    2626using HeuristicLab.Problems.DataAnalysis;
    2727
    2828namespace HeuristicLab.Algorithms.DataAnalysis {
    2929  [Item("LDA", "Initializes the matrix by performing a linear discriminant analysis.")]
    30   [StorableClass]
     30  [StorableType("1dd6ed9b-e651-4117-bd19-970af453f0aa")]
    3131  public class LdaInitializer : NcaInitializer {
    3232
Note: See TracChangeset for help on using the changeset viewer.