Functions specific for BigML anomaly detection. https://bigml.com/api/anomalies
Functions specific for BigML anomaly detection. https://bigml.com/api/anomalies
(create dataset & params)
Creates an anomaly detector from a dataset. A dataset can be
represented through its id (e.g., dataset/123123
), or a map as
returned by get
or list
.
Accepts the optional creation parameters described in the BigML API docs: https://bigml.com/api/anomalies#an_anomaly_detector_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 an anomaly detector from a dataset. A dataset can be represented through its id (e.g., `dataset/123123`), or a map as returned by `get` or `list`. Accepts the optional creation parameters described in the BigML API docs: https://bigml.com/api/anomalies#an_anomaly_detector_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 anomaly detectors. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/api/anomalies#an_listing_anomaly_detectors
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 anomaly detectors. The optional parameters can include pagination and filtering options detailed here: https://bigml.com/api/anomalies#an_listing_anomaly_detectors 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