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.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestModel.cs

    r14345 r14929  
    2222using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2323using HeuristicLab.Problems.DataAnalysis;
    24 
     24using HeuristicLab.Persistence;
    2525
    2626namespace HeuristicLab.Algorithms.DataAnalysis {
     
    2828  /// Interface to represent a random forest model for either regression or classification
    2929  /// </summary>
     30  [StorableType("21941637-6921-4369-ad4c-3fd6e8adc0c9")]
    3031  public interface IRandomForestModel : IConfidenceRegressionModel, IClassificationModel {
    3132    int NumberOfTrees { get; }
Note: See TracChangeset for help on using the changeset viewer.