Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 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/NeuralNetwork/NeuralNetworkClassification.cs

    r13238 r13368  
    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]
     39  [StorableClass("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.