Uses of Interface
org.deeplearning4j.ui.api.UIServer
-
Packages that use UIServer Package Description org.deeplearning4j.ui org.deeplearning4j.ui.api -
-
Uses of UIServer in org.deeplearning4j.ui
Classes in org.deeplearning4j.ui that implement UIServer Modifier and Type Class Description classVertxUIServer -
Uses of UIServer in org.deeplearning4j.ui.api
Methods in org.deeplearning4j.ui.api that return UIServer Modifier and Type Method Description static UIServerUIServer. getInstance()Get (and, initialize if necessary) the UI server.static UIServerUIServer. getInstance(boolean multiSession, org.nd4j.common.function.Function<String,StatsStorage> statsStorageProvider)Get (and, initialize if necessary) the UI server.
-