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/NeuralNetwork/NeuralNetworkClassification.cs

    r13368 r14711  
    3737  [Item("Neural Network Classification (NN)", "Neural network classification data analysis algorithm (wrapper for ALGLIB). Further documentation: http://www.alglib.net/dataanalysis/neuralnetworks.php")]
    3838  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 130)]
    39   [StorableClass("9191EFBB-D7A3-4CFF-85D1-B1CB86F39BD3")]
     39  [StorableType("9191EFBB-D7A3-4CFF-85D1-B1CB86F39BD3")]
    4040  public sealed class NeuralNetworkClassification : FixedDataAnalysisAlgorithm<IClassificationProblem> {
    4141    private const string DecayParameterName = "Decay";
Note: See TracChangeset for help on using the changeset viewer.