JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.spark.mllib.evaluation.binary
Interface BinaryClassificationMetricComputer
All Superinterfaces:
Serializable
public interface
BinaryClassificationMetricComputer
extends
Serializable
Trait for a binary classification evaluation metric computer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
apply
(
BinaryConfusionMatrix
c)
Method Details
apply
double
apply
(
BinaryConfusionMatrix
c)