JSPM

kmeans-suggestion

0.3.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q18439F
    • License ISC

    a tool for calculating the result of suggestion with kmeans algorithm

    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-suggestion

    After 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.