Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaAlgorithm.cs

    r12012 r12504  
    4343with additional regularizations described in Z. Yang, J. Laaksonen. 2007.
    4444Regularized Neighborhood Component Analysis. Lecture Notes in Computer Science, 4522. pp. 253-262.")]
    45   [Creatable("Data Analysis")]
     45  [Creatable(CreatableAttribute.Categories.DataAnalysisClassification, Priority = 170)]
    4646  [StorableClass]
    4747  public sealed class NcaAlgorithm : EngineAlgorithm {
Note: See TracChangeset for help on using the changeset viewer.