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

    r13368 r14711  
    3737  [Item("Neural Network Ensemble Classification (NN)", "Neural network ensemble classification data analysis algorithm (wrapper for ALGLIB). Further documentation: http://www.alglib.net/dataanalysis/mlpensembles.php")]
    3838  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 140)]
    39   [StorableClass("42B9020B-1B14-4F49-8B39-4AFEC6BF4244")]
     39  [StorableType("42B9020B-1B14-4F49-8B39-4AFEC6BF4244")]
    4040  public sealed class NeuralNetworkEnsembleClassification : FixedDataAnalysisAlgorithm<IClassificationProblem> {
    4141    private const string EnsembleSizeParameterName = "EnsembleSize";
Note: See TracChangeset for help on using the changeset viewer.