blob: df8d489f7cecd2fc5d7c79b21a98fdee9c86dc11 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"mod":[["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"],["knn","k-Nearest NerighborsContains implemention of k-nearest search using kd-tree, ball-tree and brute-force."],["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."],["pca","Principal Component Analysis Module"],["svm","Support Vector Machine Module"],["toolkit","Module for learning tools."]],"trait":[["SupModel","Trait for supervised model."],["UnSupModel","Trait for unsupervised model."]],"type":[["LearningResult","A new type which provides clean access to the learning errors"]]};