API for clj-ml.data-store

by Antonio Garrote <antoniogarrote@gmail.com>

Usage:
(ns your-namespace
  (:require clj-ml.data-store))

Overview

Functions for storing and retrieving data sets from a persistence store, like a data
base system.
Currently MongoDB is the only store supported.

Public Variables and Functions



data-store-connection-db

multimethod
No usage documentation available
Returns a DB from the stablished connection


data-store-load-dataset

multimethod
No usage documentation available
Load a whole dataset from a data store


data-store-save-dataset

multimethod
No usage documentation available
Persists a whole dataset in the data store


make-data-store-connection

multimethod
No usage documentation available
Connects to a data store
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.