| Package | Description |
|---|---|
| org.deeplearning4j.ui.storage | |
| org.deeplearning4j.ui.storage.mapdb |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStatsStorage
A StatsStorage implementation that stores UI data in a file for persistence.
Can be used for multiple instances, and across multiple independent runs. |
class |
InMemoryStatsStorage
A StatsStorage implementation that stores all data in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapDBStatsStorage
An implementation of the
StatsStorage interface, backed by MapDB (in-memory or file).See also InMemoryStatsStorage and FileStatsStorage |
Copyright © 2019. All rights reserved.