Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adv-dsa

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adv-dsa - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

algorithms/ml-statistical/decisionTrees.js

8

index.js

@@ -54,2 +54,6 @@ const SinglyLinkedList = require('./data-structures/linked-lists/SinglyLinkedList');

const FastExponentiation = require('./algorithms/numerical/fastExponentiation');
const KMeansClustering = require('./algorithms/ml-statistical/kMeansClustering');
const LinearRegression = require('./algorithms/ml-statistical/linearRegression');
const LogisticRegression = require('./algorithms/ml-statistical/logisticRegression');
const DecisionTree = require('./algorithms/ml-statistical/decisionTrees');
// Import other data structures and algorithms as needed

@@ -112,3 +116,7 @@

FastExponentiation,
KMeansClustering,
LinearRegression,
LogisticRegression,
DecisionTree,
// Export other data structures and algorithms as well
};

2

package.json
{
"name": "adv-dsa",
"version": "1.0.4",
"version": "1.0.5",
"description": "JavaScript Data Structures and Algorithms Library",

@@ -5,0 +5,0 @@ "keywords": [

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