API for clj-ml.distance-functions

by Antonio Garrote <antoniogarrote@gmail.com>

Usage:
(ns your-namespace
  (:require clj-ml.distance-functions))

Overview

Generates different distance metrics that can be passed as parameters to certain
classifiers and clusterers like K-Means.

Euclidean, Manhattan and Chebysev distance functions are supported.

Public Variables and Functions



make-distance-function

multimethod
No usage documentation available
Creates a new distance function
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.