Package Exports
- kmeans-suggestion
- kmeans-suggestion/dist/esm/index.js
- kmeans-suggestion/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kmeans-suggestion) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Kmeans-Suggestion
Instruction
A suggestion algorithm implemented using kmeans clustering analysis. It could give you the suggestions with specific data or data array from origin data deck.
Using
First, install the kmeans-suggestion.
npm install kmeans-suggestionAfter installation, you can import it into your project. I have exported three packages include commonJS, es6 and umd, for different environment so that you can use it in node and browser.