Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceLinearArd.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceLinearArd.cs
r13368 r14711 30 30 31 31 namespace HeuristicLab.Algorithms.DataAnalysis { 32 [Storable Class("9AB4D4ED-5D24-4B49-9C6C-DE77159DFCFF")]32 [StorableType("9AB4D4ED-5D24-4B49-9C6C-DE77159DFCFF")] 33 33 [Item(Name = "CovarianceLinearArd", 34 34 Description = "Linear covariance function with automatic relevance determination for Gaussian processes.")]
Note: See TracChangeset
for help on using the changeset viewer.