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

umap-js

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

umap-js - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/heap.d.ts

2

package.json
{
"name": "umap-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "JavaScript implementation of UMAP",

@@ -5,0 +5,0 @@ "author": {

@@ -73,3 +73,3 @@ [![Build Status](https://travis-ci.org/PAIR-code/umap-js.svg?branch=master)](https://travis-ci.org/PAIR-code/umap-js)

| `nEpochs` | The number of epochs to optimize embeddings via SGD | (computed automatically) |
| `nNeigbors` | The number of nearest neigbors to construct the fuzzy manifold | 15 |
| `nNeighbors` | The number of nearest neighbors to construct the fuzzy manifold | 15 |
| `minDist` | The effective minimum distance between embedded points, used with `spread` to control the clumped/dispersed nature of the embedding | 0.1 |

@@ -76,0 +76,0 @@ | `spread` | The effective scale of embedded points, used with `minDist` to control the clumped/dispersed nature of the embedding | 1.0 |

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