| Package | Description |
|---|---|
| org.deeplearning4j.ui.stats.api | |
| org.deeplearning4j.ui.stats.impl | |
| org.deeplearning4j.ui.stats.impl.java |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Histogram> |
StatsReport.getHistograms(StatsType statsType)
Get the histograms for all parameters, for a given StatsType (Parameters/Updates/Activations)
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatsReport.reportHistograms(StatsType statsType,
Map<String,Histogram> histogram)
Report histograms for all parameters, for a given
StatsType |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Histogram> |
SbeStatsReport.getHistograms(StatsType statsType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SbeStatsReport.reportHistograms(StatsType statsType,
Map<String,Histogram> histogram) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Histogram> |
JavaStatsReport.getHistograms(StatsType statsType) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaStatsReport.reportHistograms(StatsType statsType,
Map<String,Histogram> histogram) |
Copyright © 2019. All rights reserved.