文件名称:01imp_accord-svm-source
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:496.51kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The sample application is able to perform both Classification and Regression using Support Vector Machines. It can read Excel spreadsheets and determines the task to be performed depending on the number of the columns in the sheet. If the input table contains two columns (e.g. X and Y) it will be interpreted as a regression problem X –> Y. If the input table contains three columns (e.g. x1, x2 and Y) it will be interpreted as a classification problem <x1,x2> belongs to class Y, Y being either 1 or -1.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Copyright.txt
License.txt
Externals/AForge/AForge.Controls.dll
Externals/AForge/AForge.dll
Externals/AForge/AForge.Fuzzy.dll
Externals/AForge/AForge.Genetic.dll
Externals/AForge/AForge.Imaging.dll
Externals/AForge/AForge.Imaging.Formats.dll
Externals/AForge/AForge.MachineLearning.dll
Externals/AForge/AForge.Math.dll
Externals/AForge/AForge.Neuro.dll
Externals/AForge/AForge.Robotics.Lego.dll
Externals/AForge/AForge.Robotics.TeRK.dll
Externals/AForge/AForge.Video.DirectShow.dll
Externals/AForge/AForge.Video.dll
Externals/AForge/AForge.Video.VFW.dll
Externals/AForge/AForge.Vision.dll
Externals/ZedGraph/ZedGraph.dll
Sources/Accord.MachineLearning/ClassDiagram.cd
Sources/Accord.Statistics/ClassDiagram.cd
Sources/Accord.Statistics/Kernels/Additive.cs
Sources/Accord.Statistics/Kernels/ANOVA.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayDataView.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayPropertyDescriptor.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayRowView.cs
Sources/Accord.Math/Properties/AssemblyInfo.cs
Sources/Accord.Statistics/Properties/AssemblyInfo.cs
Samples/MachineLearning/SupportVectorMachine/Properties/AssemblyInfo.cs
Sources/Accord.MachineLearning/Properties/AssemblyInfo.cs
Sources/Accord.Statistics.Controls/Properties/AssemblyInfo.cs
Sources/Accord.Statistics/Kernels/Bessel.cs
Sources/Accord.Statistics/Kernels/BSpline.cs
Sources/Accord.Statistics/Kernels/Cauchy.cs
Sources/Accord.Statistics/Kernels/ChiSquare.cs
Sources/Accord.Math/Decompositions/CholeskyDecomposition.cs
Sources/Accord.Statistics/Kernels/Circular.cs
Sources/Accord.Statistics/Analysis/ConfusionMatrix.cs
Sources/Accord.Math/Distance.cs
Sources/Accord.Math/Decompositions/EigenValueDecomposition.cs
Samples/MachineLearning/SupportVectorMachine/ExcelReader.cs
Sources/Accord.Statistics/Kernels/Gaussian.cs
Sources/Accord.Statistics/Visualizations/Histogram.cs
Sources/Accord.Statistics/Kernels/HistogramIntersecion.cs
Sources/Accord.Statistics.Controls/HistogramView.cs
Sources/Accord.Statistics.Controls/HistogramView.designer.cs
Sources/Accord.Statistics/Kernels/IDistance.cs
Sources/Accord.Statistics/Kernels/IKernel.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/ISupportVectorMachineLearning.cs
Sources/Accord.MachineLearning/VectorMachines/KernelSupportVectorMachine.cs
Sources/Accord.Statistics/Kernels/Laplacian.cs
Sources/Accord.Statistics/Kernels/Linear.cs
Sources/Accord.Statistics/Kernels/Log.cs
Sources/Accord.Math/Decompositions/LuDecomposition.cs
Samples/MachineLearning/SupportVectorMachine/MainForm.cs
Samples/MachineLearning/SupportVectorMachine/MainForm.Designer.cs
Sources/Accord.Math/Matrix.cs
Sources/Accord.Statistics/Kernels/Multiquadric.cs
Sources/Accord.Statistics/Kernels/Polynomial.cs
Sources/Accord.Statistics/Kernels/Power.cs
Samples/MachineLearning/SupportVectorMachine/Program.cs
Sources/Accord.Statistics.Controls/SortableBindingList/PropertyComparer.cs
Sources/Accord.Math/Decompositions/QrDecomposition.cs
Sources/Accord.Statistics/Kernels/RationalQuadratic.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/SequentialMinimalOptimization.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/SequentialMinimalOptimizationRegression.cs
Sources/Accord.Statistics/Kernels/Sigmoid.cs
Sources/Accord.Math/Decompositions/SingularValueDecomposition.cs
Sources/Accord.Statistics.Controls/SortableBindingList/SortableBindingList.cs
Sources/Accord.Math/Special.cs
Sources/Accord.Statistics/Kernels/Spherical.cs
Sources/Accord.Statistics/Kernels/Spline.cs
Sources/Accord.MachineLearning/VectorMachines/SupportVectorMachine.cs
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.cs
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.Designer.cs
Sources/Accord.Statistics/Kernels/Tensor.cs
Sources/Accord.Math/Tools.cs
Sources/Accord.Statistics/Tools.cs
Sources/Accord.Statistics/Kernels/TStudent.cs
Sources/Accord.Statistics/Kernels/Wave.cs
Sources/Accord.Statistics.Controls/Accord.Controls.Statistics.csproj
Sources/Accord.MachineLearning/Accord.MachineLearning.csproj
Sources/Accord.Math/Accord.Math.csproj
Sources/Accord.Statistics/Accord.Statistics.csproj
Samples/MachineLearning/SupportVectorMachine/SVMs.csproj
Sources/Accord.Statistics.Controls/HistogramView.resx
Samples/MachineLearning/SupportVectorMachine/MainForm.resx
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.resx
Sources/Accord.NET.sln
Sources/Accord.NET.suo
Sources/Accord.Statistics.Controls/Accord.Controls.Statistics.csproj.user
Sources/Accord.MachineLearning/Accord.MachineLearning.csproj.user
Sources/Accord.Math/Accord.Math.csproj.user
Sources/Accord.Statistics/Accord.Statistics.csproj.user
Samples/MachineLearning/SupportVectorMachine/Resources/examples.xls
Externals/ZedGraph/ZedGraph.XML
Sources/Accord.MachineLearning/VectorMachines/Learning
Samples/MachineLearning/SupportVectorMachine/Properties
Samples/MachineLearning/SupportVectorMachine/Resources
Sources/Accord.Statistics/Analysis
Sources/Accord.Statistics.Controls/ArrayDataView
Sources/Accord.Math/Decompositions
Sources/Accord.Statistics/Kernels
Sources/Accord.M
License.txt
Externals/AForge/AForge.Controls.dll
Externals/AForge/AForge.dll
Externals/AForge/AForge.Fuzzy.dll
Externals/AForge/AForge.Genetic.dll
Externals/AForge/AForge.Imaging.dll
Externals/AForge/AForge.Imaging.Formats.dll
Externals/AForge/AForge.MachineLearning.dll
Externals/AForge/AForge.Math.dll
Externals/AForge/AForge.Neuro.dll
Externals/AForge/AForge.Robotics.Lego.dll
Externals/AForge/AForge.Robotics.TeRK.dll
Externals/AForge/AForge.Video.DirectShow.dll
Externals/AForge/AForge.Video.dll
Externals/AForge/AForge.Video.VFW.dll
Externals/AForge/AForge.Vision.dll
Externals/ZedGraph/ZedGraph.dll
Sources/Accord.MachineLearning/ClassDiagram.cd
Sources/Accord.Statistics/ClassDiagram.cd
Sources/Accord.Statistics/Kernels/Additive.cs
Sources/Accord.Statistics/Kernels/ANOVA.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayDataView.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayPropertyDescriptor.cs
Sources/Accord.Statistics.Controls/ArrayDataView/ArrayRowView.cs
Sources/Accord.Math/Properties/AssemblyInfo.cs
Sources/Accord.Statistics/Properties/AssemblyInfo.cs
Samples/MachineLearning/SupportVectorMachine/Properties/AssemblyInfo.cs
Sources/Accord.MachineLearning/Properties/AssemblyInfo.cs
Sources/Accord.Statistics.Controls/Properties/AssemblyInfo.cs
Sources/Accord.Statistics/Kernels/Bessel.cs
Sources/Accord.Statistics/Kernels/BSpline.cs
Sources/Accord.Statistics/Kernels/Cauchy.cs
Sources/Accord.Statistics/Kernels/ChiSquare.cs
Sources/Accord.Math/Decompositions/CholeskyDecomposition.cs
Sources/Accord.Statistics/Kernels/Circular.cs
Sources/Accord.Statistics/Analysis/ConfusionMatrix.cs
Sources/Accord.Math/Distance.cs
Sources/Accord.Math/Decompositions/EigenValueDecomposition.cs
Samples/MachineLearning/SupportVectorMachine/ExcelReader.cs
Sources/Accord.Statistics/Kernels/Gaussian.cs
Sources/Accord.Statistics/Visualizations/Histogram.cs
Sources/Accord.Statistics/Kernels/HistogramIntersecion.cs
Sources/Accord.Statistics.Controls/HistogramView.cs
Sources/Accord.Statistics.Controls/HistogramView.designer.cs
Sources/Accord.Statistics/Kernels/IDistance.cs
Sources/Accord.Statistics/Kernels/IKernel.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/ISupportVectorMachineLearning.cs
Sources/Accord.MachineLearning/VectorMachines/KernelSupportVectorMachine.cs
Sources/Accord.Statistics/Kernels/Laplacian.cs
Sources/Accord.Statistics/Kernels/Linear.cs
Sources/Accord.Statistics/Kernels/Log.cs
Sources/Accord.Math/Decompositions/LuDecomposition.cs
Samples/MachineLearning/SupportVectorMachine/MainForm.cs
Samples/MachineLearning/SupportVectorMachine/MainForm.Designer.cs
Sources/Accord.Math/Matrix.cs
Sources/Accord.Statistics/Kernels/Multiquadric.cs
Sources/Accord.Statistics/Kernels/Polynomial.cs
Sources/Accord.Statistics/Kernels/Power.cs
Samples/MachineLearning/SupportVectorMachine/Program.cs
Sources/Accord.Statistics.Controls/SortableBindingList/PropertyComparer.cs
Sources/Accord.Math/Decompositions/QrDecomposition.cs
Sources/Accord.Statistics/Kernels/RationalQuadratic.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/SequentialMinimalOptimization.cs
Sources/Accord.MachineLearning/VectorMachines/Learning/SequentialMinimalOptimizationRegression.cs
Sources/Accord.Statistics/Kernels/Sigmoid.cs
Sources/Accord.Math/Decompositions/SingularValueDecomposition.cs
Sources/Accord.Statistics.Controls/SortableBindingList/SortableBindingList.cs
Sources/Accord.Math/Special.cs
Sources/Accord.Statistics/Kernels/Spherical.cs
Sources/Accord.Statistics/Kernels/Spline.cs
Sources/Accord.MachineLearning/VectorMachines/SupportVectorMachine.cs
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.cs
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.Designer.cs
Sources/Accord.Statistics/Kernels/Tensor.cs
Sources/Accord.Math/Tools.cs
Sources/Accord.Statistics/Tools.cs
Sources/Accord.Statistics/Kernels/TStudent.cs
Sources/Accord.Statistics/Kernels/Wave.cs
Sources/Accord.Statistics.Controls/Accord.Controls.Statistics.csproj
Sources/Accord.MachineLearning/Accord.MachineLearning.csproj
Sources/Accord.Math/Accord.Math.csproj
Sources/Accord.Statistics/Accord.Statistics.csproj
Samples/MachineLearning/SupportVectorMachine/SVMs.csproj
Sources/Accord.Statistics.Controls/HistogramView.resx
Samples/MachineLearning/SupportVectorMachine/MainForm.resx
Samples/MachineLearning/SupportVectorMachine/TableSelectDialog.resx
Sources/Accord.NET.sln
Sources/Accord.NET.suo
Sources/Accord.Statistics.Controls/Accord.Controls.Statistics.csproj.user
Sources/Accord.MachineLearning/Accord.MachineLearning.csproj.user
Sources/Accord.Math/Accord.Math.csproj.user
Sources/Accord.Statistics/Accord.Statistics.csproj.user
Samples/MachineLearning/SupportVectorMachine/Resources/examples.xls
Externals/ZedGraph/ZedGraph.XML
Sources/Accord.MachineLearning/VectorMachines/Learning
Samples/MachineLearning/SupportVectorMachine/Properties
Samples/MachineLearning/SupportVectorMachine/Resources
Sources/Accord.Statistics/Analysis
Sources/Accord.Statistics.Controls/ArrayDataView
Sources/Accord.Math/Decompositions
Sources/Accord.Statistics/Kernels
Sources/Accord.M
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.