vectorflow.ml

Utility functions for ML-related tasks.

Members

Functions

computeROCandAUC
double computeROCandAUC(R data, Tuple!(float, float)[] roc_curve, ulong num_cutoff)

Compute ROC curve and AUC. Returns the AUC

histogram
float[] histogram(D vals, ushort num_bins, float bin_min, float bin_max, float[] bins, bool normalized)

Compute the histogram of an InputRange using uniform bins

Meta