Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/23/09 13:58:07 (15 years ago)
Author:
mkommend
Message:

added GetInputVariables to IPredictor (ticket #760)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/PredictorBase.cs

    r2328 r2381  
    3232    public double LowerPredictionLimit { get; set; }
    3333    public abstract double[] Predict(Dataset dataset, int start, int end);
     34    public abstract IEnumerable<string> GetInputVariables();
    3435
    3536    public PredictorBase() : this(double.MinValue, double.MaxValue) { } // for persistence
Note: See TracChangeset for help on using the changeset viewer.