Lambda-ml 0.1.1

A small machine learning library aimed at providing simple, concise implementations of machine learning techniques and utilities.

Installation

To install, add the following dependency to your project or build file:

[lambda-ml "0.1.1"]

Namespaces

lambda-ml.clustering.dbscan

Density-based clustering with DBSCAN.

Public variables and functions:

lambda-ml.clustering.hierarchical

Hierarchical agglomerative clustering.

lambda-ml.clustering.k-means

K-means clustering.

Public variables and functions:

lambda-ml.core

lambda-ml.data.binary-tree

lambda-ml.data.kd-tree

Public variables and functions:

lambda-ml.decision-tree

Decision tree learning using the Classification and Regression Trees (CART) algorithm.

lambda-ml.distance

Functions that compute measures of distance between values.

Public variables and functions:

lambda-ml.ensemble

Ensemble learning methods.

lambda-ml.factorization

Unsupervised learning with non-negative matrix factorization.

Public variables and functions:

lambda-ml.metrics

Functions that compute measures of cost or gain.

Public variables and functions:

lambda-ml.naive-bayes

Naive Bayes probabilistic model learning.

lambda-ml.nearest-neighbors

Classification and regression using the k-nearest neighbors algorithm.

lambda-ml.neural-network

Multilayer perceptron neural network learning using backpropagation.

lambda-ml.random-forest

Random forest classification and regression learning.

lambda-ml.regression

Generalized linear model learning for two of the more popular techniques, linear regression and logistic regression.

lambda-ml.util

Public variables and functions: