Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/GaussianProcessClassificationSolutionCreator.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/GaussianProcessClassificationSolutionCreator.cs
r13368 r14711 30 30 31 31 namespace HeuristicLab.Algorithms.DataAnalysis { 32 [Storable Class("64E012A7-256C-4F5A-8579-6DE2B66C8D01")]32 [StorableType("64E012A7-256C-4F5A-8579-6DE2B66C8D01")] 33 33 [Item(Name = "GaussianProcessClassificationSolutionCreator", 34 34 Description = "Creates a Gaussian process solution from a trained model.")]
Note: See TracChangeset
for help on using the changeset viewer.