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.Problems.DataAnalysis/3.4/Implementation/ConstantModel.cs

    r13368 r14711  
    2929
    3030namespace HeuristicLab.Problems.DataAnalysis {
    31   [StorableClass("529C52FD-3D61-434D-BDD6-CCB92AA7BF5B")]
     31  [StorableType("529C52FD-3D61-434D-BDD6-CCB92AA7BF5B")]
    3232  [Item("Constant Model", "A model that always returns the same constant value regardless of the presented input data.")]
    3333  public class ConstantModel : NamedItem, IRegressionModel, IClassificationModel, ITimeSeriesPrognosisModel, IStringConvertibleValue {
Note: See TracChangeset for help on using the changeset viewer.