Socket
Socket
Sign inDemoInstall

biojs-vis-tsne

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    biojs-vis-tsne

A t-SNE web visualisation for high dimensional data


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
2.27 MB
Created
Weekly downloads
 

Readme

Source

biojs-vis-tsne

NPM version

A t-SNE web visualisation for high-dimensional data

Research Paper

The algorithm was originally described in this paper:

L.J.P. van der Maaten and G.E. Hinton.
Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research
9(Nov):2579-2605, 2008.

You can find the PDF here.

Getting Started

Install the module with: npm install biojs-vis-tsne


var tsne = require('biojs-vis-tsne');

tsne.run({
path:"path/to/csv", 
width:900, //default
height:600, //default
id:"tsne" //default div id
})

tsne.setPerplexity(30); //Default 10

Documentation

tsne.run(opts)

The 'run' method takes the id of a div and creates a t-SNE visualisation of csv data (given its path)

tsne.setPerplexity(int)

The 'setPerplexity' method takes an integer as input parameter

Contributing

All contributions are welcome.

Support

If you have any problem or suggestion please open an issue here.

License

This software is licensed under the Apache 2 license, quoted below.

Copyright (c) 2015, David

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

FAQs

Last updated on 02 Feb 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc