| Package | Description |
|---|---|
| de.jstacs.classifiers.performanceMeasures |
This package provides the implementations of performance measures that can be used to assess any classifier.
|
| Modifier and Type | Method and Description |
|---|---|
static CorrelationCoefficient.Method |
CorrelationCoefficient.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorrelationCoefficient.Method[] |
CorrelationCoefficient.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CorrelationCoefficient(CorrelationCoefficient.Method method,
boolean logit)
Creates a new
CorrelationCoefficient using the suppled type of correlation
and, optionally, logit transformation of weighted labels. |