A B C D E F G H I M N O P R S T U V 
All Classes All Packages

A

ASSETS_ROOT_DIRECTORY - Static variable in class org.deeplearning4j.ui.VertxUIServer
 
attach(StatsStorage) - Method in interface 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.VertxUIServer
 
autoAttachStatsStorageBySessionId(Function<String, StatsStorage>) - Method in class org.deeplearning4j.ui.VertxUIServer
Auto-attach StatsStorage if an unknown session ID is passed as URL path parameter in multi-session mode

B

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

C

ConvolutionalListenerModule - Class in org.deeplearning4j.ui.module.convolutional
 
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.VertxUIServer
 
DefaultI18N - Class in org.deeplearning4j.ui.i18n
 
DefaultModule - Class in org.deeplearning4j.ui.module.defaultModule
 
DefaultModule() - Constructor for class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
DefaultModule(boolean) - Constructor for class org.deeplearning4j.ui.module.defaultModule.DefaultModule
 
detach(StatsStorage) - Method in interface org.deeplearning4j.ui.api.UIServer
Detach the specified StatsStorage instance from the UI
detach(StatsStorage) - Method in class org.deeplearning4j.ui.VertxUIServer
 
disableRemoteListener() - Method in interface org.deeplearning4j.ui.api.UIServer
Disable the remote listener functionality (disabled by default)
disableRemoteListener() - Method in class org.deeplearning4j.ui.VertxUIServer
 

E

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

F

FALLBACK_LANGUAGE - Static variable in class org.deeplearning4j.ui.i18n.DefaultI18N
 

G

GET - org.deeplearning4j.ui.api.HttpMethod
 
getAddress() - Method in interface org.deeplearning4j.ui.api.UIServer
Get the address of the UI
getAddress() - Method in class org.deeplearning4j.ui.VertxUIServer
 
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.SameDiffModule
 
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 interface org.deeplearning4j.ui.api.UIServer
Get (and, initialize if necessary) the UI server.
getInstance() - Static method in class org.deeplearning4j.ui.i18n.DefaultI18N
Get global instance (used in single-session mode)
getInstance() - Static method in class org.deeplearning4j.ui.i18n.I18NProvider
Get the current/global I18N instance (used in single-session mode)
getInstance(boolean, Function<String, StatsStorage>) - Static method in interface org.deeplearning4j.ui.api.UIServer
Get (and, initialize if necessary) the UI server.
getInstance(Integer, boolean, Function<String, StatsStorage>) - Static method in class org.deeplearning4j.ui.VertxUIServer
Get (and, initialize if necessary) the UI server.
getInstance(Integer, boolean, Function<String, StatsStorage>, Promise<String>) - Static method in class org.deeplearning4j.ui.VertxUIServer
Get (and, initialize if necessary) the UI server.
getInstance(String) - Static method in class org.deeplearning4j.ui.i18n.DefaultI18N
Get instance for session
getInstance(String) - Static method in class org.deeplearning4j.ui.i18n.I18NProvider
Get instance for session (used in multi-session mode)
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.SameDiffModule
 
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 getDefaultLanguage()
getMessage(String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getMessage(String, String) - Method in interface org.deeplearning4j.ui.api.I18N
Get the specified message for the specified language
getMessage(String, String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getMessages(String) - Method in interface org.deeplearning4j.ui.api.I18N
Get all internationalization messages for the specified language code
getMessages(String) - Method in class org.deeplearning4j.ui.i18n.DefaultI18N
 
getPort() - Method in interface org.deeplearning4j.ui.api.UIServer
Get the current port for the UI
getPort() - Method in class org.deeplearning4j.ui.VertxUIServer
 
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.SameDiffModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.train.TrainModule
 
getRoutes() - Method in class org.deeplearning4j.ui.module.tsne.TsneModule
 
getShutdownHook() - Static method in interface org.deeplearning4j.ui.api.UIServer
Get shutdown hook of UI server, that will stop the server when the Runtime is stopped.
getStatsStorageInstances() - Method in interface org.deeplearning4j.ui.api.UIServer
 
getStatsStorageInstances() - Method in class org.deeplearning4j.ui.VertxUIServer
 
GraphInfo() - Constructor for class org.deeplearning4j.ui.module.train.TrainModuleUtils.GraphInfo
 

H

HttpMethod - Enum in org.deeplearning4j.ui.api
 

I

I18N - Interface in org.deeplearning4j.ui.api
 
I18NProvider - Class in org.deeplearning4j.ui.i18n
 
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
 
isAttached(StatsStorage) - Method in interface 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.VertxUIServer
 
isEnabled() - Method in class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
isMultiSession() - Method in interface org.deeplearning4j.ui.api.UIServer
Check if the instance initialized with one of the factory methods (UIServer.getInstance() or UIServer.getInstance(boolean, Function)) is in multi-session mode
isMultiSession() - Method in class org.deeplearning4j.ui.VertxUIServer
 
isRemoteListenerEnabled() - Method in interface org.deeplearning4j.ui.api.UIServer
 
isRemoteListenerEnabled() - Method in class org.deeplearning4j.ui.VertxUIServer
 
isStopped() - Method in interface org.deeplearning4j.ui.api.UIServer
 
isStopped() - Method in class org.deeplearning4j.ui.VertxUIServer
 

M

main(String[]) - Method in class org.deeplearning4j.ui.VertxUIServer
 

N

NAN_REPLACEMENT_VALUE - Static variable in class org.deeplearning4j.ui.module.train.TrainModule
 

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.SameDiffModule
 
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.SameDiffModule
 
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 - package org.deeplearning4j.ui
 
org.deeplearning4j.ui.api - package org.deeplearning4j.ui.api
 
org.deeplearning4j.ui.i18n - package org.deeplearning4j.ui.i18n
 
org.deeplearning4j.ui.module - package org.deeplearning4j.ui.module
 
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
 

P

POST - org.deeplearning4j.ui.api.HttpMethod
 
PUT - org.deeplearning4j.ui.api.HttpMethod
 

R

RemoteReceiverModule - Class in org.deeplearning4j.ui.module.remote
 
RemoteReceiverModule() - Constructor for class org.deeplearning4j.ui.module.remote.RemoteReceiverModule
 
removeInstance(String) - Static method in class org.deeplearning4j.ui.i18n.DefaultI18N
Remove I18N instance for session
removeInstance(String) - Static method in class org.deeplearning4j.ui.i18n.I18NProvider
Remove I18N instance for session
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.SameDiffModule
 
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
 
Route() - Constructor for class org.deeplearning4j.ui.api.Route
 

S

SameDiffModule - Class in org.deeplearning4j.ui.module
 
SameDiffModule() - Constructor for class org.deeplearning4j.ui.module.SameDiffModule
 
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
 
start(Promise<Void>) - Method in class org.deeplearning4j.ui.VertxUIServer
 
stop() - Method in interface org.deeplearning4j.ui.api.UIServer
Stop/shut down the UI server.
stop() - Method in class org.deeplearning4j.ui.VertxUIServer
 
stop(Promise<Void>) - Method in class org.deeplearning4j.ui.VertxUIServer
 
stopAsync(Promise<Void>) - Method in interface org.deeplearning4j.ui.api.UIServer
Stop/shut down the UI server.
stopAsync(Promise<Void>) - Method in class org.deeplearning4j.ui.VertxUIServer
 
stopInstance() - Static method in interface org.deeplearning4j.ui.api.UIServer
Stop UIServer instance, if already running
stopInstance() - Static method in class org.deeplearning4j.ui.VertxUIServer
 

T

TrainModule - Class in org.deeplearning4j.ui.module.train
 
TrainModule() - Constructor for class org.deeplearning4j.ui.module.train.TrainModule
TrainModule
TrainModuleUtils - Class in org.deeplearning4j.ui.module.train
 
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
 
TsneModule() - Constructor for class org.deeplearning4j.ui.module.tsne.TsneModule
 

U

UIModule - Interface in org.deeplearning4j.ui.api
 
UIServer - Interface in org.deeplearning4j.ui.api
 

V

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.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VertxUIServer - Class in org.deeplearning4j.ui
 
VertxUIServer() - Constructor for class org.deeplearning4j.ui.VertxUIServer
 
A B C D E F G H I M N O P R S T U V 
All Classes All Packages