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

    r13368 r14711  
    3636  [Item("Multinomial Logit Classification (MNL)", "Multinomial logit classification data analysis algorithm (wrapper for ALGLIB).")]
    3737  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 180)]
    38   [StorableClass("F9D27685-BC03-471C-B57E-7C7E2B92E3C7")]
     38  [StorableType("F9D27685-BC03-471C-B57E-7C7E2B92E3C7")]
    3939  public sealed class MultiNomialLogitClassification : FixedDataAnalysisAlgorithm<IClassificationProblem> {
    4040    private const string LogitClassificationModelResultName = "Logit classification solution";
Note: See TracChangeset for help on using the changeset viewer.