Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (8 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/Nca/NcaAlgorithm.cs

    r13368 r14711  
    4444Regularized Neighborhood Component Analysis. Lecture Notes in Computer Science, 4522. pp. 253-262.")]
    4545  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 170)]
    46   [StorableClass("84E703F1-CB33-422E-90E4-0BC96E040C67")]
     46  [StorableType("84E703F1-CB33-422E-90E4-0BC96E040C67")]
    4747  public sealed class NcaAlgorithm : EngineAlgorithm {
    4848    #region Parameter Names
Note: See TracChangeset for help on using the changeset viewer.