0.9.6 • Published 8 years ago

apprecom v0.9.6

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

AppRecom - Location based app recommendation algorithm.

AppRecom is a module that can be dropped into any JavaScript project.

Install

npm install apprecom

Methods

This system uses records from location-app relationships to predict the best app categories to recommend for a location.

The two main methods are:

// Trains the system on your data
train(data, min_support, min_conf, testRatio)

// Gets the app category recommendations for location
// (after being trained)
getApps(location)

Check out the documentation for more information here.

Implementation

Check out ARI - an AppRecom CLI implementation or the AppRecom Demo Android App.

0.9.6

8 years ago

0.9.5

8 years ago

0.9.42

8 years ago

0.9.41

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.21

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.9

8 years ago

0.8.8

8 years ago

0.8.7

8 years ago

0.8.6

8 years ago

0.8.5

8 years ago

0.8.4

8 years ago

0.8.3

8 years ago

0.8.2

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago