Searched refs:_check_onehot_data (Results 1 – 6 of 6) sorted by relevance
80 if y_pred.ndim == y.ndim and self._check_onehot_data(y):
83 if self._type == 'classification' and y_pred.ndim == y.ndim and self._check_onehot_data(y):
79 if y_pred.ndim == y.ndim and self._check_onehot_data(y):
97 if self._type == 'classification' and y_pred.ndim == y.ndim and self._check_onehot_data(y):
95 def _check_onehot_data(self, data): member in Metric