Index of Public Functions and Variables in clj-ml
This page has an alphabetical index of all the documented functions and variables
in
clj-ml.
C
classifier-classify function clj-ml.classifiers Classifies an instance or data vector using the pr...
classifier-evaluate multimethod clj-ml.classifiers Evaluetes a trained classifier using the provided ...
classifier-label function clj-ml.classifiers Classifies and assign a label to a dataset instanc...
classifier-train function clj-ml.classifiers Trains a classifier with the given dataset as the ...
classifier-update function clj-ml.classifiers If the classifier is updateable it updates the cla...
clusterer-build function clj-ml.clusterers Applies a clustering algorithm to a set of data.
clusterer-cluster function clj-ml.clusterers Add a class to each instance according to the prov...
clusterer-evaluate multimethod clj-ml.clusterers Evaluates a trained clusterer using the provided d...
clusterer-info multimethod clj-ml.clusterers Retrieves the data from a cluster, these data are ...
clusterer-update function clj-ml.clusterers If the clusterer is updateable it updates the clus...
D
data-store-connection-db multimethod clj-ml.data-store Returns a DB from the stablished connection.
data-store-load-dataset multimethod clj-ml.data-store Load a whole dataset from a data store.
data-store-save-dataset multimethod clj-ml.data-store Persists a whole dataset in the data store.
dataset-add function clj-ml.data Adds a new instance to a dataset. A clojure vector...
dataset-at function clj-ml.data Returns the instance at a certain position from th...
dataset-extract-at function clj-ml.data Removes and returns the instance at a certain posi...
dataset-pop function clj-ml.data Removes and returns the first instance in the data...
display-object multimethod clj-ml.ui Displays some kind of clj-ml object.
F
filter-apply function clj-ml.filters Filters an input dataset using the provided filter...
I
instance-to-map function clj-ml.data Builds a vector with the values of the instance.
instance-to-vector function clj-ml.data Builds a vector with the values of the instance.
L
load-instances multimethod clj-ml.io Load instances from different data sources.
M
make-apply-filter function clj-ml.filters Creates a new filter with the provided options and...
make-classifier multimethod clj-ml.classifiers Creates a new classifier for the given kind algori...
make-clusterer multimethod clj-ml.clusterers Creates a new clusterer for the given kind algorit...
make-clusterer-options multimethod clj-ml.clusterers Creates ther right parameters for a clusterer.
make-data-store-connection multimethod clj-ml.data-store Connects to a data store.
make-dataset function clj-ml.data Creates a new dataset, empty or with the provided ...
make-distance-function multimethod clj-ml.distance-functions Creates a new distance function.
make-filter multimethod clj-ml.filters Creates a filter for the provided attributes forma...
make-instance function clj-ml.data Creates a new dataset instance from a vector.
make-kernel-function multimethod clj-ml.kernel-functions Creates a new kernel function.
make-kernel-function-options multimethod clj-ml.kernel-functions Creates ther right parameters for a kernel-fu...
S
save-instances multimethod clj-ml.io Save instances into data destinies.