New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-svm

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-svm - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

example-binary-classifier.html

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc