Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.747 Times

Hyperplane freeware
 

Hyperplane

Added: July 08, 2013 | Visits: 527

Least-Squares optimal affine subspace The zip includes:(1) lsqAffineSpace: a 'low level' routine that takes a set of m-dimensional real sample data and returns the optimal-fit k-dimensional affine subspace, with some options for discarding outliers.(2) lsqPlane and lsqLine: lsqAffineSpace wrappers, that compute optimal line and... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Least-Squares optimal affine subspace Download

Added: September 21, 2010 | Visits: 817

Statistics::LTU Statistics::LTU is an implementation of Linear Threshold Units. SYNOPSIS use Statistics::LTU; my $acr_ltu = new Statistics::LTU::ACR(3, 1); # 3 attributes, scaled $ltu->train([1,3,2], $LTU_PLUS); $ltu->train([-1,3,0], $LTU_MINUS); ... print "LTU looks like this:n"; $ltu->print;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Statistics::LTU Download

Added: September 11, 2013 | Visits: 379

SVM Demo SVMs are a bit tricky. In this case, we show a linear SVM and illustrate its behaviour on some 2D data. This should be great for getting to grips with maximising geometric margins, support vectors, and the optimisation involved in computing an optimal separating hyperplane.Data can be generated... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): SVM Demo Download