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

A

AsyncIterator<T> - Class in org.deeplearning4j.core.parallelism
 
AsyncIterator(Iterator<T>) - Constructor for class org.deeplearning4j.core.parallelism.AsyncIterator
 
AsyncIterator(Iterator<T>, int) - Constructor for class org.deeplearning4j.core.parallelism.AsyncIterator
 
asyncSupported() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 

B

batch() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
buffer - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 
build() - Method in class org.deeplearning4j.core.listener.SystemPolling.Builder
 
build() - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
Builder() - Constructor for class org.deeplearning4j.core.listener.SystemPolling.Builder
 
Builder() - Constructor for class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 

C

clone() - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
close() - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
close() - Method in interface org.deeplearning4j.core.storage.StatsStorage
Close any open resources (files, etc)
CollectionStatsStorageRouter - Class in org.deeplearning4j.core.storage.impl
 
CollectionStatsStorageRouter() - Constructor for class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 

D

DataSetLoader - Interface in org.deeplearning4j.core.loader
 
decode(byte[]) - Method in interface org.deeplearning4j.core.storage.Persistable
Decode the content of the given byte array in to this persistable
decode(InputStream) - Method in interface org.deeplearning4j.core.storage.Persistable
Decode from the given input stream
decode(ByteBuffer) - Method in interface org.deeplearning4j.core.storage.Persistable
Decode from the given ByteBuffer
DEFAULT_BASE_RETR_DELAY_MS - Static variable in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
Base delay for retries
DEFAULT_MAX_RETRIES - Static variable in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
Default maximum number of (consecutive) retries on failure
DEFAULT_PATH - Static variable in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
Default path for posting data to the UI - i.e., http://localhost:9000/remoteReceive or similar
DEFAULT_RETRY_BACKOFF_FACTOR - Static variable in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
Default backoff multiplicative factor for retrying
deregisterStatsStorageListener(StatsStorageListener) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Remove the specified listener, if it is present.
DeviceMetric - Class in org.deeplearning4j.core.listener
 
DiskInfo - Class in org.deeplearning4j.core.listener
 

E

enableHttps(boolean) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
encode() - Method in interface org.deeplearning4j.core.storage.Persistable
 
encode(OutputStream) - Method in interface org.deeplearning4j.core.storage.Persistable
Encode this persistable in to an output stream
encode(ByteBuffer) - Method in interface org.deeplearning4j.core.storage.Persistable
Encode this persistable in to a ByteBuffer
encodingLengthBytes() - Method in interface org.deeplearning4j.core.storage.Persistable
Length of the encoding, in bytes, when using Persistable.encode() Length may be different using Persistable.encode(OutputStream), due to things like stream headers
evaluationCalibrationToHtml(EvaluationCalibration) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
 
EvaluationTools - Class in org.deeplearning4j.core.evaluation
 
exportevaluationCalibrationToHtmlFile(EvaluationCalibration, File) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a EvaluationCalibration instance, export the charts to a stand-alone HTML file
exportRocChartsToHtmlFile(ROCMultiClass, File) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a ROCMultiClass chart, export the ROC chart and precision vs.
exportRocChartsToHtmlFile(ROC, File) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a ROC chart, export the ROC chart and precision vs.

F

fromSystem() - Static method in class org.deeplearning4j.core.listener.HardwareMetric
Runs HardwareMetric.fromSystem(SystemInfo) with a fresh SystemInfo
fromSystem(SystemInfo) - Static method in class org.deeplearning4j.core.listener.HardwareMetric
Returns the relevant information needed for system diagnostics based on the SystemInfo
fromSystem(SystemInfo, String) - Static method in class org.deeplearning4j.core.listener.HardwareMetric
Returns the relevant information needed for system diagnostics based on the SystemInfo
fromYaml(String) - Static method in class org.deeplearning4j.core.listener.HardwareMetric
 

G

getAllStaticInfos(String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get all static informations for the given session and type ID
getAllUpdatesAfter(String, String, long) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get all updates for the given session ID (all worker IDs), that occur after (not including) the given timestamp.
getAllUpdatesAfter(String, String, String, long) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get all updates for the given session and worker ID, that occur after (not including) the given timestamp.
getAllUpdateTimes(String, String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
List the times of all updates for the specified sessionID, typeID and workerID
getExtraMetaData() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Get extra metadata, if any
getFirstPart() - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
This method returns scheme, address and port for this UiConnectionInfo i.e: https://localhost:8080
getFullAddress() - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
 
getFullAddress(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
 
getHardwareUID() - Static method in class org.deeplearning4j.core.util.UIDProvider
 
getInitTypeClass() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Full class name for the initialization information that will be posted.
getJVMUID() - Static method in class org.deeplearning4j.core.util.UIDProvider
 
getLabels() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
getLatestUpdate(String, String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the latest update record (i.e., update record with the largest timestamp value) for the specified session and worker IDs
getLatestUpdateAllWorkers(String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the latest update for all workers, for the given session ID
getListeners() - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get a list (shallow copy) of all listeners currently present
getNumDataSets() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
getNumUpdateRecordsFor(String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Return the number of update records for the given session ID (all workers)
getNumUpdateRecordsFor(String, String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Return the number of update records for the given session ID and worker ID
getRouter() - Method in interface org.deeplearning4j.core.storage.StatsStorageRouterProvider
 
getSecondPart() - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
 
getSecondPart(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
 
getSessionID() - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
getSessionID() - Method in interface org.deeplearning4j.core.storage.Persistable
Get the session id
getSessionID() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Session ID for the metadata
getStaticInfo(String, String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the static info for the given session and worker IDs, or null if no such static info has been reported
getStorageMetaData(String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the session metadata, if any has been registered via StatsStorageRouter.putStorageMetaData(StorageMetaData)
getStorageRouter() - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
getTimeStamp() - Method in interface org.deeplearning4j.core.storage.Persistable
Get when this was created.
getTimeStamp() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Timestamp for the metadata
getTypeID() - Method in interface org.deeplearning4j.core.storage.Persistable
Get the type id
getTypeID() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Type ID for the metadata
getUpdate(String, String, String, long) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the specified update (or null, if none exists for the given session/worker ids and timestamp)
getUpdates(String, String, String, long[]) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get updates for the specified times only
getUpdateTypeClass() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Full class name for the update information that will be posted.
getWorkerID() - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
getWorkerID() - Method in interface org.deeplearning4j.core.storage.Persistable
Get the worker id
getWorkerID() - Method in interface org.deeplearning4j.core.storage.StorageMetaData
Worker ID for the metadata

H

HardwareMetric - Class in org.deeplearning4j.core.listener
 
hasNext() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
hasNext() - Method in class org.deeplearning4j.core.parallelism.AsyncIterator
 

I

inputColumns() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
isClosed() - Method in interface org.deeplearning4j.core.storage.StatsStorage
 
iterationDone(Model, int, int) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
iterationDone(Model, int, int) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
iterator - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 

L

listSessionIDs() - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get a list of all sessions stored by this storage backend
listTypeIDsForSession(String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Get the list of type IDs for the given session ID
listWorkerIDsForSession(String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
For a given session ID, list all of the known worker IDs
listWorkerIDsForSessionAndType(String, String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
For a given session ID and type ID, list all of the known worker IDs
load(Source) - Method in class org.deeplearning4j.core.loader.impl.RecordReaderFileBatchLoader
 
load(Source) - Method in class org.deeplearning4j.core.loader.impl.SerializedDataSetLoader
 
load(Source) - Method in class org.deeplearning4j.core.loader.impl.SerializedMultiDataSetLoader
 
loadConfigGuess(InputStream) - Static method in class org.deeplearning4j.core.util.ModelGuesser
Load the model from the given input stream
loadConfigGuess(String) - Static method in class org.deeplearning4j.core.util.ModelGuesser
Load the model from the given file path
loadModelGuess(InputStream) - Static method in class org.deeplearning4j.core.util.ModelGuesser
Load the model from the given input stream.
loadModelGuess(InputStream, File) - Static method in class org.deeplearning4j.core.util.ModelGuesser
As per loadModelGuess(InputStream) but (optionally) allows copying to the specified temporary directory
loadModelGuess(String) - Static method in class org.deeplearning4j.core.util.ModelGuesser
Load the model from the given file path
loadNormalizer(InputStream) - Static method in class org.deeplearning4j.core.util.ModelGuesser
loadNormalizer(String) - Static method in class org.deeplearning4j.core.util.ModelGuesser

M

MetaData - org.deeplearning4j.core.storage.StorageType
 
ModelGuesser - Class in org.deeplearning4j.core.util
Guess a model from the given path
ModelGuesser() - Constructor for class org.deeplearning4j.core.util.ModelGuesser
 
ModelGuesserException - Exception in org.deeplearning4j.core.util
 
ModelGuesserException(String) - Constructor for exception org.deeplearning4j.core.util.ModelGuesserException
 
ModelGuesserException(String, Throwable) - Constructor for exception org.deeplearning4j.core.util.ModelGuesserException
 
ModelGuesserException(Throwable) - Constructor for exception org.deeplearning4j.core.util.ModelGuesserException
 
MovingWindowMatrix - Class in org.deeplearning4j.core.util
Moving window on a matrix (usually used for images) Given a: This is a list of flattened arrays: 1 1 1 1 1 1 2 2 2 2 2 2 ----> 1 1 2 2 3 3 3 3 3 3 4 4 4 4 4 4 3 3 4 4
MovingWindowMatrix(INDArray, int, int) - Constructor for class org.deeplearning4j.core.util.MovingWindowMatrix
Same as calling new MovingWindowMatrix(toSlice,windowRowSize,windowColumnSize,false)
MovingWindowMatrix(INDArray, int, int, boolean) - Constructor for class org.deeplearning4j.core.util.MovingWindowMatrix
 
MultiDataSetLoader - Interface in org.deeplearning4j.core.loader
 

N

nameProvider(SystemPolling.NameProvider) - Method in class org.deeplearning4j.core.listener.SystemPolling.Builder
The name provider for this SystemPolling the default value for this is a simple UUID
NewSessionID - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
NewTypeID - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
NewWorkerID - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
next() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
next() - Method in class org.deeplearning4j.core.parallelism.AsyncIterator
 
next(int) - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
nextElement - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 
nextName() - Method in interface org.deeplearning4j.core.listener.SystemPolling.NameProvider
 
notify(StatsStorageEvent) - Method in interface org.deeplearning4j.core.storage.StatsStorageListener
Notify will be called whenever an event (new information posted, etc) occurs.

O

onBackwardPass(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onBackwardPass(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
onEpochEnd(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onEpochEnd(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
onEpochStart(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onEpochStart(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
onForwardPass(Model, List<INDArray>) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onForwardPass(Model, List<INDArray>) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
onForwardPass(Model, Map<String, INDArray>) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onForwardPass(Model, Map<String, INDArray>) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
onGradientCalculation(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
onGradientCalculation(Model) - Method in class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
org.deeplearning4j.core.datasets.test - package org.deeplearning4j.core.datasets.test
 
org.deeplearning4j.core.datasets.vectorizer - package org.deeplearning4j.core.datasets.vectorizer
 
org.deeplearning4j.core.evaluation - package org.deeplearning4j.core.evaluation
 
org.deeplearning4j.core.listener - package org.deeplearning4j.core.listener
 
org.deeplearning4j.core.loader - package org.deeplearning4j.core.loader
 
org.deeplearning4j.core.loader.impl - package org.deeplearning4j.core.loader.impl
 
org.deeplearning4j.core.parallelism - package org.deeplearning4j.core.parallelism
 
org.deeplearning4j.core.storage - package org.deeplearning4j.core.storage
 
org.deeplearning4j.core.storage.impl - package org.deeplearning4j.core.storage.impl
 
org.deeplearning4j.core.storage.listener - package org.deeplearning4j.core.storage.listener
 
org.deeplearning4j.core.ui - package org.deeplearning4j.core.ui
 
org.deeplearning4j.core.util - package org.deeplearning4j.core.util
 
outputDirectory(File) - Method in class org.deeplearning4j.core.listener.SystemPolling.Builder
The output directory for the files

P

Persistable - Interface in org.deeplearning4j.core.storage
 
pollEveryMillis(long) - Method in class org.deeplearning4j.core.listener.SystemPolling.Builder
The interval in milliseconds in which to poll the system for diagnostics
PostMetaData - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
PostStaticInfo - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
PostUpdate - org.deeplearning4j.core.storage.StatsStorageListener.EventType
 
putStaticInfo(Collection<? extends Persistable>) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putStaticInfo(Collection<? extends Persistable>) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putStaticInfo(Collection<? extends Persistable>) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
Static info: reported once per session, upon initialization
putStaticInfo(Persistable) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putStaticInfo(Persistable) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putStaticInfo(Persistable) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
Static info: reported once per session, upon initialization
putStorageMetaData(Collection<? extends StorageMetaData>) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putStorageMetaData(Collection<? extends StorageMetaData>) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putStorageMetaData(Collection<? extends StorageMetaData>) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
 
putStorageMetaData(StorageMetaData) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putStorageMetaData(StorageMetaData) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putStorageMetaData(StorageMetaData) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
Method to store some additional metadata for each session.
putUpdate(Collection<? extends Persistable>) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putUpdate(Collection<? extends Persistable>) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putUpdate(Collection<? extends Persistable>) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
Updates: stored multiple times per session (periodically, for example)
putUpdate(Persistable) - Method in class org.deeplearning4j.core.storage.impl.CollectionStatsStorageRouter
 
putUpdate(Persistable) - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
putUpdate(Persistable) - Method in interface org.deeplearning4j.core.storage.StatsStorageRouter
Updates: stored multiple times per session (periodically, for example)

R

RecordReaderFileBatchLoader - Class in org.deeplearning4j.core.loader.impl
 
RecordReaderFileBatchLoader(RecordReader, int, int, int) - Constructor for class org.deeplearning4j.core.loader.impl.RecordReaderFileBatchLoader
Main constructor for classification.
RecordReaderFileBatchLoader(RecordReader, int, int, int, boolean) - Constructor for class org.deeplearning4j.core.loader.impl.RecordReaderFileBatchLoader
Main constructor for multi-label regression (i.e., regression with multiple outputs).
RecordReaderFileBatchLoader(RecordReader, int, int, int, int, boolean, DataSetPreProcessor) - Constructor for class org.deeplearning4j.core.loader.impl.RecordReaderFileBatchLoader
Main constructor
registerStatsStorageListener(StatsStorageListener) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Add a new StatsStorageListener.
RemoteUIStatsStorageRouter - Class in org.deeplearning4j.core.storage.impl
 
RemoteUIStatsStorageRouter(String) - Constructor for class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
Create remote UI with defaults for all values except address
RemoteUIStatsStorageRouter(String, int, long, double) - Constructor for class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
RemoteUIStatsStorageRouter(String, String, int, long, double) - Constructor for class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
remove() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
remove() - Method in class org.deeplearning4j.core.parallelism.AsyncIterator
 
removeAllListeners() - Method in interface org.deeplearning4j.core.storage.StatsStorage
Remove all listeners from the StatsStorage instance
reset() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
resetSupported() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
rocChartToHtml(ROC) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a ROC instance, render the ROC chart and precision vs.
rocChartToHtml(ROCMultiClass) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a ROCMultiClass instance, render the ROC chart and precision vs.
rocChartToHtml(ROCMultiClass, List<String>) - Static method in class org.deeplearning4j.core.evaluation.EvaluationTools
Given a ROCMultiClass instance and (optionally) names for each class, render the ROC chart to a stand-alone HTML file (returned as a String)
RoutingIterationListener - Interface in org.deeplearning4j.core.storage.listener
 
run() - Method in class org.deeplearning4j.core.listener.SystemPolling
Run the polling in the background as a thread pool running every SystemPolling.pollEveryMillis milliseconds

S

SerializedDataSetLoader - Class in org.deeplearning4j.core.loader.impl
 
SerializedDataSetLoader() - Constructor for class org.deeplearning4j.core.loader.impl.SerializedDataSetLoader
 
SerializedMultiDataSetLoader - Class in org.deeplearning4j.core.loader.impl
 
SerializedMultiDataSetLoader() - Constructor for class org.deeplearning4j.core.loader.impl.SerializedMultiDataSetLoader
 
sessionExists(String) - Method in interface org.deeplearning4j.core.storage.StatsStorage
Check if the specified session ID exists or not
setAddress(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
setLogin(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
setPassword(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
setPath(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
If you're using UiServer as servlet, located not at root folder of webserver (i.e.
setPort(int) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
 
setPreProcessor(DataSetPreProcessor) - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
setSessionId(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo.Builder
This method allows you to specify sessionId for this UiConnectionInfo instance PLEASE NOTE: This is not recommended.
setSessionId(String) - Method in class org.deeplearning4j.core.ui.UiConnectionInfo
 
setSessionID(String) - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
setStorageRouter(StatsStorageRouter) - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
setWorkerID(String) - Method in interface org.deeplearning4j.core.storage.listener.RoutingIterationListener
 
shouldWork - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 
shutdown() - Method in class org.deeplearning4j.core.parallelism.AsyncIterator
 
shutdown() - Method in class org.deeplearning4j.core.storage.impl.RemoteUIStatsStorageRouter
 
StaticInfo - org.deeplearning4j.core.storage.StorageType
 
StatsStorage - Interface in org.deeplearning4j.core.storage
 
StatsStorageEvent - Class in org.deeplearning4j.core.storage
 
StatsStorageEvent() - Constructor for class org.deeplearning4j.core.storage.StatsStorageEvent
 
StatsStorageListener - Interface in org.deeplearning4j.core.storage
 
StatsStorageListener.EventType - Enum in org.deeplearning4j.core.storage
 
StatsStorageRouter - Interface in org.deeplearning4j.core.storage
 
StatsStorageRouterProvider - Interface in org.deeplearning4j.core.storage
 
stopPolling() - Method in class org.deeplearning4j.core.listener.SystemPolling
Shut down the background polling
StorageMetaData - Interface in org.deeplearning4j.core.storage
 
StorageType - Enum in org.deeplearning4j.core.storage
 
SystemInfoFilePrintListener - Class in org.deeplearning4j.core.listener
 
SystemInfoFilePrintListener(boolean, boolean, boolean, boolean, boolean, File) - Constructor for class org.deeplearning4j.core.listener.SystemInfoFilePrintListener
 
SystemInfoPrintListener - Class in org.deeplearning4j.core.listener
Using SystemInfo - it logs a json representation of system info using slf4j.
SystemInfoPrintListener() - Constructor for class org.deeplearning4j.core.listener.SystemInfoPrintListener
 
SystemPolling - Class in org.deeplearning4j.core.listener
 
SystemPolling.Builder - Class in org.deeplearning4j.core.listener
 
SystemPolling.NameProvider - Interface in org.deeplearning4j.core.listener
The naming sequence provider.

T

terminator - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 
TestDataSetIterator - Class in org.deeplearning4j.core.datasets.test
 
TestDataSetIterator(DataSetIterator) - Constructor for class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
thread - Variable in class org.deeplearning4j.core.parallelism.AsyncIterator
 
ThreadUtils - Class in org.deeplearning4j.core.util
 
ThreadUtils() - Constructor for class org.deeplearning4j.core.util.ThreadUtils
 
ThreadUtils.UncheckedInterruptedException - Exception in org.deeplearning4j.core.util
Similar to InterruptedException in concept, but unchecked.
totalOutcomes() - Method in class org.deeplearning4j.core.datasets.test.TestDataSetIterator
 
toYaml() - Method in class org.deeplearning4j.core.listener.HardwareMetric
 

U

UiConnectionInfo - Class in org.deeplearning4j.core.ui
 
UiConnectionInfo() - Constructor for class org.deeplearning4j.core.ui.UiConnectionInfo
 
UiConnectionInfo.Builder - Class in org.deeplearning4j.core.ui
 
UIDProvider - Class in org.deeplearning4j.core.util
 
UncheckedInterruptedException() - Constructor for exception org.deeplearning4j.core.util.ThreadUtils.UncheckedInterruptedException
 
uncheckedSleep(long) - Static method in class org.deeplearning4j.core.util.ThreadUtils
 
uncheckedSleepNanos(long) - Static method in class org.deeplearning4j.core.util.ThreadUtils
 
Update - org.deeplearning4j.core.storage.StorageType
 

V

valueOf(String) - Static method in enum org.deeplearning4j.core.storage.StatsStorageListener.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.deeplearning4j.core.storage.StorageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.deeplearning4j.core.storage.StatsStorageListener.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.deeplearning4j.core.storage.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
vectorize() - Method in interface org.deeplearning4j.core.datasets.vectorizer.Vectorizer
Vectorizes the input source in to a dataset
Vectorizer - Interface in org.deeplearning4j.core.datasets.vectorizer
 

W

windows() - Method in class org.deeplearning4j.core.util.MovingWindowMatrix
Returns a list of non flattened moving window matrices
windows(boolean) - Method in class org.deeplearning4j.core.util.MovingWindowMatrix
Moving window, capture a row x column moving window of a given matrix
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages