Offers functions specific for BigML clusters. https://bigml.com/developers/clusters
Offers functions specific for BigML clusters. https://bigml.com/developers/clusters
(create dataset & params)
Creates a cluster from a dataset. A dataset can be represented through its
id (e.g., cluster/123123
), or a map as returned by get
or list
.
Accepts the optional creation parameters described in the BigML API docs: https://bigml.com/developers/clusters#cl_cluster_arguments
HTTP response information is attached as meta data. Exceptions are thrown on failure unless :throw-exceptions is set to false (default is true), in which case the HTTP response details are returned as a map on failure.
Creates a cluster from a dataset. A dataset can be represented through its id (e.g., `cluster/123123`), or a map as returned by `get` or `list`. Accepts the optional creation parameters described in the BigML API docs: https://bigml.com/developers/clusters#cl_cluster_arguments HTTP response information is attached as meta data. Exceptions are thrown on failure unless :throw-exceptions is set to false (default is true), in which case the HTTP response details are returned as a map on failure.
(list & params)
Retrieves a list of clusters. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/clusters#cl_listing_clusters
Pagination details are returned as meta data attached to the list, along with the HTTP response information. Exceptions are thrown on failure unless :throw-exceptions is set to false (default is true), in which case the HTTP response details are returned in a map on failure.
Retrieves a list of clusters. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/developers/clusters#cl_listing_clusters Pagination details are returned as meta data attached to the list, along with the HTTP response information. Exceptions are thrown on failure unless :throw-exceptions is set to false (default is true), in which case the HTTP response details are returned in a map on failure.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close