Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (9 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearDiscriminantAnalysis.cs

    r12509 r13368  
    3838  [Item("Linear Discriminant Analysis", "Linear discriminant analysis classification algorithm (wrapper for ALGLIB).")]
    3939  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 100)]
    40   [StorableClass]
     40  [StorableClass("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.