Home Reference Source Test

References

summary
public

class creating sparse matrices from a corpus

public

class for manipulating an array of objects, typically from CSV data

public

base interface class for reinforced learning

public

Implementation of the Thompson Sampling algorithm

public

Implementation of the Upper Confidence Bound algorithm

public

F assocationRuleLearning(transactions: Array, options: Object): Object

returns association rule learning results

public

F getTransactions(data: Array, options: Object): Object

Formats an array of transactions into a sparse matrix like format for Apriori/Eclat

public

F async loadCSV(filepath: string, options: Object): Object[]

Asynchronously loads a CSV from either a filepath or remote URL and returns an array of objects

public

F async loadCSVURI(filepath: string, options: Object): Object[]

Asynchronously loads a CSV from a remote URL and returns an array of objects

public

F async loadTSV(filepath: string, options: Object): Object[]

Asynchronously loads a TSV from either a filepath or remote URL and returns an array of objects

public

V calc

public
public

V PD

public

V calc

public
public

V csv

public
public
public

V ml

public
public

V nlp

public
public

V util

public

V ml

public

V nlp

public

V PD

public

V util