Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModelCreator.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModelCreator.cs ¶
r14899 r14929 23 23 using HeuristicLab.Data; 24 24 using HeuristicLab.Encodings.RealVectorEncoding; 25 using HeuristicLab.Persistence; 25 26 26 27 namespace HeuristicLab.Algorithms.DataAnalysis { … … 28 29 /// Interface to represent a Gaussian process model creator (either regression or classification) 29 30 /// </summary> 31 [StorableType("9bc24c5e-51a4-4790-83bb-dd03435153e5")] 30 32 public interface IGaussianProcessModelCreator : IOperator { 31 33 ILookupParameter<RealVector> HyperparameterParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.