- Timestamp:
- 08/10/12 20:42:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModel.cs
r8416 r8473 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using HeuristicLab.Problems.DataAnalysis; 23 24 … … 31 32 ICovarianceFunction CovarianceFunction { get; } 32 33 double[] GetHyperparameterGradients(); 34 35 IEnumerable<double> GetEstimatedVariance(Dataset ds, IEnumerable<int> rows); 33 36 } 34 37 }
Note: See TracChangeset
for help on using the changeset viewer.