Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@types/density-clustering

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

@types/density-clustering

TypeScript definitions for density-clustering

    1.3.0ts3.6ts3.7ts3.8ts3.9ts4.0ts4.1ts4.2ts4.3ts4.4ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
580
decreased by-16.55%

Weekly downloads

Readme

Source

Installation

npm install --save @types/density-clustering

Summary

This package contains type definitions for density-clustering (https://github.com/LukaszKrawczyk/density-clustering).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/density-clustering.

index.d.ts

// Type definitions for density-clustering 1.3 // Project: https://github.com/LukaszKrawczyk/density-clustering // Definitions by: Matt Fedderly <https://github.com/mfedderly> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export class DBSCAN { run( dataset: number[][], neighborhoodRadius: number, minPointsPerCluster: number, distanceFunction?: (p: number[], q: number[]) => number, ): number[][]; noise: number[]; } export class OPTICS { run(dataset: number[][], neighborhoodRadius: number, minPointsPerCluster: number): number[][]; getReachabilityPlot(): number[][]; } export class KMEANS { run(dataset: number[][], numberOfClusters: number): number[][]; }

Additional Details

  • Last updated: Wed, 23 Jun 2021 11:01:15 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Matt Fedderly.

FAQs

Last updated on 23 Jun 2021

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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