Uses of Class
org.deeplearning4j.ui.VertxUIServer
-
Packages that use VertxUIServer Package Description org.deeplearning4j.ui -
-
Uses of VertxUIServer in org.deeplearning4j.ui
Methods in org.deeplearning4j.ui that return VertxUIServer Modifier and Type Method Description static VertxUIServerVertxUIServer. getInstance(Integer port, boolean multiSession, org.nd4j.common.function.Function<String,StatsStorage> statsStorageProvider)Get (and, initialize if necessary) the UI server.static VertxUIServerVertxUIServer. getInstance(Integer port, boolean multiSession, org.nd4j.common.function.Function<String,StatsStorage> statsStorageProvider, io.vertx.core.Promise<String> startCallback)Get (and, initialize if necessary) the UI server.
-