Function to check if labels used for classification are either zero or one.
Function to check if labels used for classification are either zero or one.
True if labels are all zero or one, false otherwise.
Function to check if labels used for k class multi-label classification are in the range of {0, 1, .
Function to check if labels used for k class multi-label classification are in the range of {0, 1, ..., k - 1}.
True if labels are all in the range of {0, 1, ..., k-1}, false otherwise.
:: DeveloperApi :: A collection of methods used to validate data before applying ML algorithms.