Package | Description |
---|---|
org.deidentifier.arx.aggregates |
This package provides methods for aggregating data.
|
Modifier and Type | Method and Description |
---|---|
StatisticsClassification |
StatisticsBuilderInterruptible.getClassificationPerformance(java.lang.String[] features,
java.lang.String clazz,
ARXLogisticRegressionConfiguration config)
Creates a new set of statistics for the given classification task
|
StatisticsClassification |
StatisticsBuilder.getClassificationPerformance(java.lang.String[] features,
java.lang.String clazz,
ARXLogisticRegressionConfiguration config)
Creates a new set of statistics for the given classification task
|
StatisticsClassification |
StatisticsBuilderInterruptible.getClassificationPerformance(java.lang.String clazz,
ARXLogisticRegressionConfiguration config)
Creates a new set of statistics for the given classification task
|
StatisticsClassification |
StatisticsBuilder.getClassificationPerformance(java.lang.String clazz,
ARXLogisticRegressionConfiguration config)
Creates a new set of statistics for the given classification task
|