Classification.NET

所属分类:C#编程
开发工具:Visual C++
文件大小:10639KB
下载次数:230
上传日期:2008-09-02 11:29:35
上 传 者dyzhao
说明:  机器学习各种分类器代码,C#。 包括AdaBoost,DecisionStump,NearestNeighbout,SVM等,包括测试数据的生成
(A variety of machine learning classifier code, C#. Including AdaBoost, DecisionStump, NearestNeighbout, SVM, including the generation of test data)

文件列表:
Classification.NET\Code\Classification.NET\Array.cs (589, 2007-07-06)
Classification.NET\Code\Classification.NET\Classification.NET.csproj (2825, 2007-06-29)
Classification.NET\Code\Classification.NET\Classifier.cs (3304, 2007-07-06)
Classification.NET\Code\Classification.NET\Classifiers\AdaBoost.cs (4030, 2007-07-06)
Classification.NET\Code\Classification.NET\Classifiers\DecisionStump.cs (4022, 2007-07-06)
Classification.NET\Code\Classification.NET\Classifiers\NearestNeighbour.cs (944, 2007-07-06)
Classification.NET\Code\Classification.NET\Classifiers\NearestNeighbourFast.cs (950, 2007-07-06)
Classification.NET\Code\Classification.NET\Classifiers\SVM.cs (3644, 2007-07-06)
Classification.NET\Code\Classification.NET\DataPoint.cs (860, 2007-07-06)
Classification.NET\Code\Classification.NET\DataSet.cs (1628, 2007-07-06)
Classification.NET\Code\Classification.NET\Distances.cs (1771, 2007-07-06)
Classification.NET\Code\Classification.NET\IArray.cs (466, 2007-07-06)
Classification.NET\Code\Classification.NET\IDataPoint.cs (535, 2007-07-06)
Classification.NET\Code\Classification.NET\IWeightedLearner.cs (459, 2007-07-06)
Classification.NET\Code\Classification.NET\kdTree.cs (6780, 2007-07-06)
Classification.NET\Code\Classification.NET\LabeledDataSet.cs (1080, 2007-07-06)
Classification.NET\Code\Classification.NET\Properties\AssemblyInfo.cs (1425, 2007-06-19)
Classification.NET\Code\Classification.NET\SVM.dll (57344, 2007-06-26)
Classification.NET\Code\ClassificationDemo.suo (89600, 2007-07-06)
Classification.NET\Code\Demo\AdaboostForm.cs (967, 2007-07-02)
Classification.NET\Code\Demo\AdaboostForm.Designer.cs (4298, 2007-07-02)
Classification.NET\Code\Demo\AdaboostForm.resx (5814, 2007-07-02)
Classification.NET\Code\Demo\ClassificationDemo.csproj (4987, 2007-07-06)
Classification.NET\Code\Demo\ClassificationDemoForm.cs (5590, 2007-07-02)
Classification.NET\Code\Demo\ClassificationDemoForm.Designer.cs (20848, 2007-07-02)
Classification.NET\Code\Demo\ClassificationDemoForm.resx (84434, 2007-07-02)
Classification.NET\Code\Demo\NumericalInputDialog.cs (1309, 2007-06-27)
Classification.NET\Code\Demo\NumericalInputDialog.Designer.cs (4211, 2007-06-27)
Classification.NET\Code\Demo\NumericalInputDialog.resx (5814, 2007-06-27)
Classification.NET\Code\Demo\pearl.ico (46878, 2007-03-27)
Classification.NET\Code\Demo\PointCanvas.cs (18992, 2007-07-04)
Classification.NET\Code\Demo\PointCanvas.Designer.cs (3670, 2007-07-02)
Classification.NET\Code\Demo\PointCanvas.resx (8215, 2007-07-02)
Classification.NET\Code\Demo\Program.cs (568, 2007-07-06)
Classification.NET\Code\Demo\Properties\AssemblyInfo.cs (1302, 2007-03-27)
Classification.NET\Code\Demo\Properties\Resources.Designer.cs (2862, 2007-06-27)
Classification.NET\Code\Demo\Properties\Resources.resx (5612, 2007-03-27)
Classification.NET\Code\Demo\Properties\Settings.Designer.cs (1098, 2007-06-27)
Classification.NET\Code\Demo\Properties\Settings.settings (249, 2007-03-27)
Classification.NET\Code\Demo\SVM.dll (57344, 2007-06-25)
... ...

*********************** * Classification.NET * *********************** * Version 1.0 * *********************** * 6 July 2007 * *********************** This zip file contains the C# code and Powerpoint 2007 slides to accompany my tutorial at the International Computer Vision Summer School (ICVSS) 2007. You will need a copy of the free Visual Studio C# Express 2005. Simply open the Demo.sln project in the Code directory. Alternatively the code may work under the Mono Project, but it has not been tested. The code is sparsely documented and the slides provide more insight into the library design. The code is provided with absolutely no warranty. It is designed for research purposes only, in particular as a starting point for designing a classification library. It should not be applied to mission critical applications for which it was not designed. This code may be used freely for research purposes only, but should not be embedded in any commerical product. A small acknowledgement would be greatly appreciated in any published work that makes use of Classification.NET. The demo user interface of this code was written by Matthew Johnson, to whom I am very grateful. Jamie Shotton

近期下载者

相关文件


收藏者