Classification Algorithms
Classification Algorithms
(adaboost formula data)
(adaboost formula data ntrees max-depth max-nodes node-size)
Adaptive Boosting.
Adaptive Boosting.
(cart formula data)
(cart formula data split-rule max-depth max-nodes node-size)
Decision tree.
Decision tree.
(fld x y)
(fld x y L tol)
Fisher's linear discriminant.
Fisher's linear discriminant.
(gbm formula data)
(gbm formula data ntrees max-depth max-nodes node-size shrinkage subsample)
Gradient boosted classification trees.
Gradient boosted classification trees.
(knn x y)
(knn x y k)
(knn x y k distance)
K-nearest neighbor classifier.
K-nearest neighbor classifier.
(lda x y)
(lda x y priori tol)
Linear discriminant analysis.
Linear discriminant analysis.
(logit x y)
(logit x y lambda tol max-iter)
Logistic regression.
Logistic regression.
(maxent x y p)
(maxent x y p lambda tol max-iter)
Maximum Entropy classifier.
Maximum Entropy classifier.
(mlp x y builders)
(mlp x y builders epochs eta alpha lambda)
Multilayer perceptron neural network.
Multilayer perceptron neural network.
(qda x y)
(qda x y priori tol)
Quadratic discriminant analysis.
Quadratic discriminant analysis.
(random-forest formula data)
(random-forest formula
data
ntrees
mtry
split-rule
max-depth
max-nodes
node-size
subsample)
Random forest.
Random forest.
(rbfnet x y neurons)
(rbfnet x y neurons normalized)
Radial basis function networks.
Radial basis function networks.
(rda x y alpha)
(rda x y alpha priori tol)
Regularized discriminant analysis.
Regularized discriminant analysis.
(svm x y kernel C)
(svm x y kernel C tol)
Support vector machine.
Support vector machine.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close