| Package | Description |
|---|---|
| org.deeplearning4j.ui.stats.api | |
| org.deeplearning4j.ui.stats.impl | |
| org.deeplearning4j.ui.stats.impl.java |
| Modifier and Type | Method and Description |
|---|---|
static SummaryType |
SummaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryType[] |
SummaryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatsReport.hasSummaryStats(StatsType statsType,
SummaryType summaryType)
Return whether the summary stats (mean, standard deviation, mean magnitudes) have been reported for the
given stats type (Parameters, Updates, Activations)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SbeStatsReport.hasSummaryStats(StatsType statsType,
SummaryType summaryType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaStatsReport.hasSummaryStats(StatsType statsType,
SummaryType summaryType) |
Copyright © 2019. All rights reserved.