Module rusty_machine::learning [] [src]

Module for machine learning.

Modules

dbscan

DBSCAN Clustering

error

Error handling for the learning module.

glm

Generalized Linear Model module

gmm

Gaussian Mixture Models

gp

Gaussian Processes

k_means

K-means Classification

lin_reg

Linear Regression module

logistic_reg

Logistic Regression module

naive_bayes

Naive Bayes Classifiers

nnet

Neural Network module

optim

Module for optimization in machine learning setting.

svm

Support Vector Machine Module

toolkit

Module for learning tools.

Traits

SupModel

Trait for supervised model.

UnSupModel

Trait for unsupervised model.

Type Definitions

LearningResult

A new type which provides clean access to the learning errors