Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "js-svm", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Package implements linear svm and kernel svm that supports binary and mult-class classification", | ||
@@ -5,0 +5,0 @@ "author": "Xianshun Chen", |
@@ -149,7 +149,7 @@ # js-svm | ||
The code in the script tag looks sth like this: | ||
The demo code in HTML can be found in the following files within the package: | ||
```javascript | ||
var classifier = new jssvm.BinarySvmClassifier(); | ||
``` | ||
* [example-binary-classifier.html](https://rawgit.com/chen0040/js-svm/master/example-binary-classifier.html) | ||
* [example-multi-class-classifier.html](https://rawgit.com/chen0040/js-svm/master/example-multi-class-classifier.html) | ||
49856
16