Object

ai.minxiao.ds4s.core.dl4j.ui

UIStarter

Related Doc: package ui

Permalink

object UIStarter

UI Starter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIStarter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connect(net: ComputationGraph, listenFreq: Int, ip: String, port: String): Unit

    Permalink

    Connect to an existing UI instance, which is initiated in another JVM and enabled remote-listener.

    Connect to an existing UI instance, which is initiated in another JVM and enabled remote-listener.

    ip

    ip address, could be 127.0.0.1 or localhost

    port

    port, could be 9000

  7. def connect(net: MultiLayerNetwork, listenFreq: Int = 1, ip: String = "localhost", port: String = "9000"): Unit

    Permalink

    Connect to an existing UI instance, which is initiated in another JVM and enabled remote-listener.

    Connect to an existing UI instance, which is initiated in another JVM and enabled remote-listener.

    ip

    ip address, could be 127.0.0.1 or localhost

    port

    port, could be 9000

  8. def enableRemote(uiServer: UIServer, storagePath: Option[String] = None): UIServer

    Permalink

    Enable Remote Listener

    Enable Remote Listener

    uiServer

    UI Instance

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def initNewFromFile(storagePath: String): UIServer

    Permalink

    Initiate a UI instance with pre-calculated stats loaded from a file.

    Initiate a UI instance with pre-calculated stats loaded from a file.

    storagePath

    file path containing all precalculated stats

    returns

    the UI instance

  15. def initNewInConsole(net: ComputationGraph, listenFreq: Int): Unit

    Permalink

    Initiate a new console display

    Initiate a new console display

    net

    computation graph

    listenFreq

    listener frequency

  16. def initNewInConsole(net: MultiLayerNetwork, listenFreq: Int): Unit

    Permalink

    Initiate a new console display

    Initiate a new console display

    net

    multilayer network

    listenFreq

    listener frequency

  17. def initNewInMemory(net: ComputationGraph, listenFreq: Int, enableRemote: Boolean): UIServer

    Permalink

    Initiate a new UI instance and save all stats in the memory.

    Initiate a new UI instance and save all stats in the memory.

    net

    computation graph

    listenFreq

    listener frequency

    enableRemote

    whether to enable remote monitoring

    returns

    the UI instance

  18. def initNewInMemory(net: MultiLayerNetwork, listenFreq: Int = 1, enableRemote: Boolean = false): UIServer

    Permalink

    Initiate a new UI instance and save all stats in the memory.

    Initiate a new UI instance and save all stats in the memory.

    net

    multilayer network

    listenFreq

    listener frequency

    enableRemote

    whether to enable remote monitoring

    returns

    the UI instance

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def write2File(net: ComputationGraph, storagePath: String, listenFreq: Int): Unit

    Permalink

    Write all stats in a file, which can be later loaded into a UI instance.

    Write all stats in a file, which can be later loaded into a UI instance.

    net

    Computation Graph

    storagePath

    storage file path

    listenFreq

    listener frequency

  29. def write2File(net: MultiLayerNetwork, storagePath: String, listenFreq: Int = 1): Unit

    Permalink

    Write all stats in a file, which can be later loaded into a UI instance.

    Write all stats in a file, which can be later loaded into a UI instance.

    net

    multilayer network

    storagePath

    storage file path

    listenFreq

    listener frequency

Inherited from AnyRef

Inherited from Any

Ungrouped