| Modifier and Type | Class and Description |
|---|---|
class |
ComplexReport |
class |
SimpleReport |
| Modifier and Type | Method and Description |
|---|---|
abstract Report |
Report.copy() |
Report |
HasAffinity.getAffinityReport(String category) |
Report |
AffinityDistribution.getAffinityReport(String category) |
Report |
ConfidenceDistribution.getConfidenceReport(String category) |
Report |
HasConfidence.getConfidenceReport(String category) |
Report |
Regression.getPredictionReport() |
Report |
HasPrediction.getPredictionReport() |
Report |
Classification.getPredictionReport() |
Report |
Vote.getPredictionReport() |
Report |
HasProbability.getProbabilityReport(String category) |
Report |
ProbabilityDistribution.getProbabilityReport(String category) |
Report |
ReportingDoubleValue.getReport() |
Report |
ReportingFloatValue.getReport() |
Report |
HasReport.getReport() |
static Report |
ReportUtil.getReport(Value<?> value) |
Report |
Classification.getValueReport(String key) |
protected abstract Report |
ReportingSimpleDoubleVector.newReport() |
protected abstract Report |
ReportingSimpleFloatVector.newReport() |
protected abstract Report |
ReportingComplexFloatVector.newReport() |
protected abstract Report |
ReportingComplexDoubleVector.newReport() |
abstract Report |
ReportFactory.newReport() |
protected Report |
ReportingValueFactory.newReport() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ReportUtil.format(Report report) |
| Constructor and Description |
|---|
ReportingDoubleValue(double value,
Report report) |
ReportingDoubleValue(double value,
Report report,
String expression) |
ReportingDoubleValue(Number value,
Report report) |
ReportingDoubleValue(Number value,
Report report,
String expression) |
ReportingFloatValue(float value,
Report report) |
ReportingFloatValue(float value,
Report report,
String expression) |
ReportingFloatValue(Number value,
Report report) |
ReportingFloatValue(Number value,
Report report,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
Report |
ClusterAffinityDistribution.getAffinityReport(String category) |
| Modifier and Type | Method and Description |
|---|---|
Report |
NeuronProbabilityDistribution.getProbabilityReport(String category) |
| Modifier and Type | Method and Description |
|---|---|
Report |
SimpleRuleScoreDistribution.getConfidenceReport(String category) |
| Modifier and Type | Method and Description |
|---|---|
Report |
VoteDistribution.getProbabilityReport(String category) |
| Modifier and Type | Method and Description |
|---|---|
Report |
NodeScoreDistribution.getConfidenceReport(String category) |
Report |
NodeScoreDistribution.getProbabilityReport(String category) |
Copyright © 2019. All rights reserved.