| Package | Description |
|---|---|
| org.deeplearning4j.api.storage | |
| org.deeplearning4j.api.storage.impl | |
| org.deeplearning4j.api.storage.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatsStorage
A general-purpose stats storage mechanism, for storing stats information (mainly used for iteration listeners).
|
| Modifier and Type | Method and Description |
|---|---|
StatsStorageRouter |
StatsStorageRouterProvider.getRouter() |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionStatsStorageRouter
A simple StatsStorageRouter that simply stores the metadata, static info and updates in the specified
collections.
|
class |
RemoteUIStatsStorageRouter
Asynchronously post all updates to a remote UI that has remote listening enabled.
Typically used with UIServer (don't forget to enable remote listener support - UIServer.getInstance().enableRemoteListener() |
| Modifier and Type | Method and Description |
|---|---|
StatsStorageRouter |
RoutingIterationListener.getStorageRouter() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingIterationListener.setStorageRouter(StatsStorageRouter router) |
Copyright © 2017. All rights reserved.