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/Linear/LinearDiscriminantAnalysis.cs

    r13368 r14711  
    3838  [Item("Linear Discriminant Analysis", "Linear discriminant analysis classification algorithm (wrapper for ALGLIB).")]
    3939  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 100)]
    40   [StorableClass("BAFD65D9-7A4B-4662-9D62-53F7B2FF5AE1")]
     40  [StorableType("BAFD65D9-7A4B-4662-9D62-53F7B2FF5AE1")]
    4141  public sealed class LinearDiscriminantAnalysis : FixedDataAnalysisAlgorithm<IClassificationProblem> {
    4242    private const string LinearDiscriminantAnalysisSolutionResultName = "Linear discriminant analysis solution";
Note: See TracChangeset for help on using the changeset viewer.