Skip navigation links
A B C D E F G H I M N O P R S T U V 

A

apply(String) - Method in class org.deeplearning4j.ui.play.staticroutes.Assets
 
apply(String) - Method in class org.deeplearning4j.ui.play.staticroutes.I18NRoute
 
Assets - Class in org.deeplearning4j.ui.play.staticroutes
Simple function for serving assets.
Assets() - Constructor for class org.deeplearning4j.ui.play.staticroutes.Assets
 
ASSETS_ROOT_DIRECTORY - Static variable in class org.deeplearning4j.ui.play.PlayUIServer
 
attach(StatsStorage) - Method in class org.deeplearning4j.ui.api.UIServer
Attach the given StatsStorage instance to the UI, so the data can be visualized
attach(StatsStorage) - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

B

buildGraphInfo(MultiLayerConfiguration) - Static method in class org.deeplearning4j.ui.module.train.TrainModuleUtils
 
buildGraphInfo(ComputationGraphConfiguration) - Static method in class org.deeplearning4j.ui.module.train.TrainModuleUtils
 
buildGraphInfo(NeuralNetConfiguration) - Static method in class org.deeplearning4j.ui.module.train.TrainModuleUtils
 

C

CHART_MAX_POINTS_PROPERTY - Static variable in class org.deeplearning4j.ui.module.train.TrainModule
Deprecated.
Use DL4JSystemProperties.CHART_MAX_POINTS_PROPERTY
ConvolutionalListenerModule - Class in org.deeplearning4j.ui.module.convolutional
Used for plotting results from the ConvolutionalIterationListener
ConvolutionalListenerModule() - Constructor for class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 

D

DEFAULT_LANGUAGE - Static variable in class org.deeplearning4j.ui.i18n.DefaultI18N
 
DEFAULT_MAX_CHART_POINTS - Static variable in class org.deeplearning4j.ui.module.train.TrainModule
 
DEFAULT_UI_PORT - Static variable in class org.deeplearning4j.ui.play.PlayUIServer
 
DefaultI18N - Class in org.deeplearning4j.ui.i18n
Default internationalization implementation.
Content for internationalization is implemented using resource files.
For the resource files: they should be specified as follows:
1.
DefaultModule - Class in org.deeplearning4j.ui.module.defaultModule
Landing page - i.e., "/" route
DefaultModule() - Constructor for class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
detach(StatsStorage) - Method in class org.deeplearning4j.ui.api.UIServer
Detach the specified StatsStorage instance from the UI
detach(StatsStorage) - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
disableRemoteListener() - Method in class org.deeplearning4j.ui.api.UIServer
Disable the remote listener functionality (disabled by default)
disableRemoteListener() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

E

enableRemoteListener() - Method in class org.deeplearning4j.ui.api.UIServer
Enable the remote listener functionality, storing all data in memory, and attaching the instance to the UI.
enableRemoteListener(StatsStorageRouter, boolean) - Method in class org.deeplearning4j.ui.api.UIServer
Enable the remote listener functionality, storing the received results in the specified StatsStorageRouter.
enableRemoteListener() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
enableRemoteListener(StatsStorageRouter, boolean) - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

F

FALLBACK_LANGUAGE - Static variable in class org.deeplearning4j.ui.i18n.DefaultI18N
 
function(Function<T, Result>) - Static method in class org.deeplearning4j.ui.play.misc.FunctionUtil
 
function0(Supplier<Result>) - Static method in class org.deeplearning4j.ui.play.misc.FunctionUtil
 
FunctionType - Enum in org.deeplearning4j.ui.api
Enumeration for the type of function.
FunctionUtil - Class in org.deeplearning4j.ui.play.misc
Utility methods for Routing
FunctionUtil() - Constructor for class org.deeplearning4j.ui.play.misc.FunctionUtil
 

G

getAddress() - Method in class org.deeplearning4j.ui.api.UIServer
Get the address of the UI
getAddress() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
getCallbackTypeIDs() - Method in interface org.deeplearning4j.ui.api.UIModule
Get the list of Type IDs that should be collected from the registered StatsStorage instances, and passed on to the UIModule.reportStorageEvents(Collection) method.
getCallbackTypeIDs() - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
getCallbackTypeIDs() - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
getCallbackTypeIDs() - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
getCallbackTypeIDs() - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
getCallbackTypeIDs() - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
getDefaultLanguage() - Method in interface org.deeplearning4j.ui.api.I18N
Get the currently set default language as an ISO 639-1 code
getDefaultLanguage() - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getInputStream() - Method in class org.deeplearning4j.ui.i18n.I18NResource
 
getInstance() - Static method in class org.deeplearning4j.ui.api.UIServer
Get (and, initialize if necessary) the UI server.
getInstance() - Static method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getInstance() - Static method in class org.deeplearning4j.ui.i18n.I18NProvider
Get the current/global I18N instance
getInternationalizationResources() - Method in interface org.deeplearning4j.ui.api.UIModule
 
getInternationalizationResources() - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
getInternationalizationResources() - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
getInternationalizationResources() - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
getInternationalizationResources() - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
getInternationalizationResources() - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
getMessage(String) - Method in interface org.deeplearning4j.ui.api.I18N
Get the specified message in the default language (according to I18N.getDefaultLanguage()
getMessage(String, String) - Method in interface org.deeplearning4j.ui.api.I18N
Get the specified message for the specified language
getMessage(String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getMessage(String, String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getPort() - Method in class org.deeplearning4j.ui.api.UIServer
Get the current port for the UI
getPort() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
getRoutes() - Method in interface org.deeplearning4j.ui.api.UIModule
Get a list of Route objects, that specify GET/SET etc methods, and how these should be handled.
getRoutes() - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
getStatsStorageInstances() - Method in class org.deeplearning4j.ui.api.UIServer
 
getStatsStorageInstances() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
getSystemData() - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
GraphInfo() - Constructor for class org.deeplearning4j.ui.module.train.TrainModuleUtils.GraphInfo
 

H

HttpMethod - Enum in org.deeplearning4j.ui.api
Enumeration for the type of HTTP method.

I

I18N - Interface in org.deeplearning4j.ui.api
Interface to handle user interface internationalization.
I18NProvider - Class in org.deeplearning4j.ui.i18n
Returns the currently used I18N (Internationalization) class
I18NProvider() - Constructor for class org.deeplearning4j.ui.i18n.I18NProvider
 
I18NResource - Class in org.deeplearning4j.ui.i18n
 
I18NResource() - Constructor for class org.deeplearning4j.ui.i18n.I18NResource
 
I18NRoute - Class in org.deeplearning4j.ui.play.staticroutes
Route for global internationalization setting
I18NRoute() - Constructor for class org.deeplearning4j.ui.play.staticroutes.I18NRoute
 
isAttached(StatsStorage) - Method in class org.deeplearning4j.ui.api.UIServer
Check whether the specified StatsStorage instance is attached to the UI instance
isAttached(StatsStorage) - Method in class org.deeplearning4j.ui.play.PlayUIServer
 
isEnabled() - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
isRemoteListenerEnabled() - Method in class org.deeplearning4j.ui.api.UIServer
 
isRemoteListenerEnabled() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

M

main(String[]) - Static method in class org.deeplearning4j.ui.play.PlayUIServer
 

N

NAN_REPLACEMENT_VALUE - Static variable in class org.deeplearning4j.ui.module.train.TrainModule
 
noI18NData() - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 

O

onAttach(StatsStorage) - Method in interface org.deeplearning4j.ui.api.UIModule
Notify the UI module that the given StatsStorage instance has been attached to the UI
onAttach(StatsStorage) - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
onAttach(StatsStorage) - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
onAttach(StatsStorage) - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
onAttach(StatsStorage) - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
onAttach(StatsStorage) - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
onDetach(StatsStorage) - Method in interface org.deeplearning4j.ui.api.UIModule
Notify the UI module that the given StatsStorage instance has been detached from the UI
onDetach(StatsStorage) - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
onDetach(StatsStorage) - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
onDetach(StatsStorage) - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
onDetach(StatsStorage) - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
onDetach(StatsStorage) - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
org.deeplearning4j.ui.api - package org.deeplearning4j.ui.api
 
org.deeplearning4j.ui.i18n - package org.deeplearning4j.ui.i18n
 
org.deeplearning4j.ui.module.convolutional - package org.deeplearning4j.ui.module.convolutional
 
org.deeplearning4j.ui.module.defaultModule - package org.deeplearning4j.ui.module.defaultModule
 
org.deeplearning4j.ui.module.remote - package org.deeplearning4j.ui.module.remote
 
org.deeplearning4j.ui.module.train - package org.deeplearning4j.ui.module.train
 
org.deeplearning4j.ui.module.tsne - package org.deeplearning4j.ui.module.tsne
 
org.deeplearning4j.ui.play - package org.deeplearning4j.ui.play
 
org.deeplearning4j.ui.play.misc - package org.deeplearning4j.ui.play.misc
 
org.deeplearning4j.ui.play.staticroutes - package org.deeplearning4j.ui.play.staticroutes
 

P

PlayUIServer - Class in org.deeplearning4j.ui.play
A UI server based on the Play framework
PlayUIServer() - Constructor for class org.deeplearning4j.ui.play.PlayUIServer
 
PlayUIServer(int) - Constructor for class org.deeplearning4j.ui.play.PlayUIServer
 

R

RemoteReceiverModule - Class in org.deeplearning4j.ui.module.remote
Used to receive UI updates remotely.
RemoteReceiverModule() - Constructor for class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
reportStorageEvents(Collection<StatsStorageEvent>) - Method in interface org.deeplearning4j.ui.api.UIModule
Whenever the UIServer receives some StatsStorageEvents from one of the registered StatsStorage instances, it will filter these and pass on to the UI module those ones that match one of the Type IDs from UIModule.getCallbackTypeIDs().
Typically, these will be batched together at least somewhat, rather than being reported individually.
reportStorageEvents(Collection<StatsStorageEvent>) - Method in class org.deeplearning4j.ui.module.convolutional.ConvolutionalListenerModule
 
reportStorageEvents(Collection<StatsStorageEvent>) - Method in class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
reportStorageEvents(Collection<StatsStorageEvent>) - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
reportStorageEvents(Collection<StatsStorageEvent>) - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
reportStorageEvents(Collection<StatsStorageEvent>) - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
Route - Class in org.deeplearning4j.ui.api
A Route specifies an endpoint that can be queried in the UI - along with how it should be handled
Route(String, HttpMethod, FunctionType, Supplier<Result>) - Constructor for class org.deeplearning4j.ui.api.Route
 
Route(String, HttpMethod, FunctionType, Function<String, Result>) - Constructor for class org.deeplearning4j.ui.api.Route
 
Route(String, HttpMethod, FunctionType, BiFunction<String, String, Result>) - Constructor for class org.deeplearning4j.ui.api.Route
 
runMain(String[]) - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

S

setDefaultLanguage(String) - Method in interface org.deeplearning4j.ui.api.I18N
Set the default language
setDefaultLanguage(String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
setEnabled(boolean) - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
setStatsStorage(StatsStorageRouter) - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
stop() - Method in class org.deeplearning4j.ui.api.UIServer
Stop/shut down the UI server.
stop() - Method in class org.deeplearning4j.ui.play.PlayUIServer
 

T

TrainModule - Class in org.deeplearning4j.ui.module.train
Main DL4J Training UI
TrainModule() - Constructor for class org.deeplearning4j.ui.module.train.TrainModule
 
TrainModuleUtils - Class in org.deeplearning4j.ui.module.train
Utility methods for TrainModule
TrainModuleUtils() - Constructor for class org.deeplearning4j.ui.module.train.TrainModuleUtils
 
TrainModuleUtils.GraphInfo - Class in org.deeplearning4j.ui.module.train
 
TsneModule - Class in org.deeplearning4j.ui.module.tsne
Created by Alex on 25/10/2016.
TsneModule() - Constructor for class org.deeplearning4j.ui.module.tsne.TsneModule
 

U

UI_SERVER_PORT_PROPERTY - Static variable in class org.deeplearning4j.ui.play.PlayUIServer
Deprecated.
Use DL4JSystemProperties.UI_SERVER_PORT_PROPERTY
UIModule - Interface in org.deeplearning4j.ui.api
UIModule encapsulates the user interface functionality for a page or group of pages that rely on data coming from a StatsStorage instance.
When a StatsStorage object is attached to a UIServer, the UI server will start receiving StatsStorageEvent instances; some of these (only the appropriate ones based on the specified TypeIDs from the UIModule.getCallbackTypeIDs() method) will be routed to the UIModule, via UIModule.reportStorageEvents(Collection).
UIServer - Class in org.deeplearning4j.ui.api
Interface for user interface server
UIServer() - Constructor for class org.deeplearning4j.ui.api.UIServer
 

V

valueOf(String) - Static method in enum org.deeplearning4j.ui.api.FunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.deeplearning4j.ui.api.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.deeplearning4j.ui.api.FunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.deeplearning4j.ui.api.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.