- Timestamp:
- 07/31/12 18:26:03 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModel.cs
r8323 r8371 23 23 using HeuristicLab.Problems.DataAnalysis; 24 24 25 namespace HeuristicLab.Algorithms.DataAnalysis .GaussianProcess{25 namespace HeuristicLab.Algorithms.DataAnalysis { 26 26 /// <summary> 27 27 /// Interface to represent a Gaussian process posterior … … 32 32 ICovarianceFunction CovarianceFunction { get; } 33 33 IEnumerable<double> Hyperparameters { get; } 34 double[] GetHyperparameterGradients(); 34 35 } 35 36 } -
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessSolution.cs
r8323 r8371 22 22 using HeuristicLab.Problems.DataAnalysis; 23 23 24 namespace HeuristicLab.Algorithms.DataAnalysis .GaussianProcess{24 namespace HeuristicLab.Algorithms.DataAnalysis { 25 25 /// <summary> 26 26 /// Interface to represent a Gaussian process solution (either regression or classification)
Note: See TracChangeset
for help on using the changeset viewer.