Changeset 5802 for branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.3/SupportVectorMachine.cs
- Timestamp:
- 03/22/11 23:45:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.3/SupportVectorMachine.cs
r5625 r5802 27 27 using HeuristicLab.Parameters; 28 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using HeuristicLab.PluginInfrastructure; 29 30 using HeuristicLab.Problems.DataAnalysis; 30 31 using HeuristicLab.Problems.DataAnalysis.Evaluators; … … 36 37 /// A support vector machine. 37 38 /// </summary> 39 [NonDiscoverableType] 38 40 [Item("Support Vector Machine", "Support vector machine data analysis algorithm.")] 39 41 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.