node-fpgrowth
Advanced tools
Comparing version
@@ -197,5 +197,5 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.fpgrowth = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
} | ||
// Else, just increments the support of the child. | ||
// Else, increment the support of the child. | ||
else | ||
child.support++; | ||
child.support += support; | ||
return child; | ||
@@ -202,0 +202,0 @@ }; |
@@ -58,5 +58,5 @@ "use strict"; | ||
} | ||
// Else, just increments the support of the child. | ||
// Else, increment the support of the child. | ||
else | ||
child.support++; | ||
child.support += support; | ||
return child; | ||
@@ -63,0 +63,0 @@ }; |
{ | ||
"name": "node-fpgrowth", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "FPGrowth frequent itemset mining algorithm implementation in TypeScript / JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/fpgrowth.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
78399
0.01%0
-100%