Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/CovarianceFunctions/CovarianceSquaredExponentialIso.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/CovarianceSquaredExponentialIso.cs
r13368 r14711 30 30 31 31 namespace HeuristicLab.Algorithms.DataAnalysis { 32 [Storable Class("52AE6BF7-8D5E-4F3D-894B-229AD8DD3580")]32 [StorableType("52AE6BF7-8D5E-4F3D-894B-229AD8DD3580")] 33 33 [Item(Name = "CovarianceSquaredExponentialIso", 34 34 Description = "Isotropic squared exponential covariance function for Gaussian processes.")]
Note: See TracChangeset
for help on using the changeset viewer.