Last change
on this file since 14349 was
2645,
checked in by mkommend, 15 years ago
|
extracted external libraries and adapted dependent plugins (ticket #837)
|
File size:
477 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | using HeuristicLab.PluginInfrastructure;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.LibSVM {
|
---|
9 | [Plugin("HeuristicLab.LibSVM-1.6.3")]
|
---|
10 | [PluginFile("HeuristicLab.LibSVM-1.6.3.dll", PluginFileType.Assembly)]
|
---|
11 | [PluginFile("LibSVM-1.6.3.dll", PluginFileType.Assembly)]
|
---|
12 | [PluginFile("LibSVM License.txt",PluginFileType.License)]
|
---|
13 | public class HeuristicLabWinFormsUIPlugin : PluginBase {
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.