Home
last modified time | relevance | path

Searched refs:_binary_clf_curve (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/nn/metrics/
Droc.py141 fps, tps, thresholds = self._binary_clf_curve(y_pred, y, sample_weights=sample_weights,
Dmetric.py111 def _binary_clf_curve(self, preds, target, sample_weights=None, pos_label=1): member in Metric