Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolutionVariableImpactsCalculator.cs

    r14927 r14929  
    3636  [Item("RegressionSolution Impacts Calculator", "Calculation of the impacts of input variables for any regression solution")]
    3737  public sealed class RegressionSolutionVariableImpactsCalculator : ParameterizedNamedItem {
     38    [StorableType("0bf10277-e9e2-45e1-bd14-36691f5ec384")]
    3839    public enum ReplacementMethodEnum {
    3940      Median,
     
    4243      Noise
    4344    }
     45    [StorableType("713485d4-ce6c-4066-8a1b-6c809456fde1")]
    4446    public enum FactorReplacementMethodEnum {
    4547      Best,
     
    4749      Shuffle
    4850    }
     51    [StorableType("d8dac633-f199-4fb5-b7e6-92ddfcf4be94")]
    4952    public enum DataPartitionEnum {
    5053      Training,
Note: See TracChangeset for help on using the changeset viewer.