Class/Object

org.clulab.sequences

TaskManager

Related Docs: object TaskManager | package sequences

Permalink

class TaskManager extends Configured

Manages the tasks in LstmCrfMtl

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

Instance Constructors

  1. new TaskManager(config: Config)

    Permalink

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 contains(argPath: String): Boolean

    Permalink
    Definition Classes
    Configured
  7. def debugTraversal(): Unit

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getArgBoolean(argPath: String, defaultValue: Option[Boolean]): Boolean

    Permalink
    Definition Classes
    Configured
  12. def getArgFloat(argPath: String, defaultValue: Option[Float]): Float

    Permalink
    Definition Classes
    Configured
  13. def getArgInt(argPath: String, defaultValue: Option[Int]): Int

    Permalink
    Definition Classes
    Configured
  14. def getArgString(argPath: String, defaultValue: Option[String]): String

    Permalink
    Definition Classes
    Configured
  15. def getArgStrings(argPath: String, defaultValue: Option[Seq[String]]): Seq[String]

    Permalink
    Definition Classes
    Configured
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getConf: Config

    Permalink
    Definition Classes
    TaskManagerConfigured
  18. def getSentences(random: Random): Iterator[(Int, Array[Row])]

    Permalink

    Iterator over all sentences coming from all interleaved shards

  19. def greedyInferences: Array[Boolean]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def indices: Range

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val lmFileName: String

    Permalink

    Language model

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def readTask(taskNumber: Int): Task

    Permalink
    Attributes
    protected
  28. def readTasks(): Array[Task]

    Permalink

    Reads all tasks from disk in memory

    Reads all tasks from disk in memory

    Attributes
    protected
  29. val shards: Array[Shard]

    Permalink

    Training shards from all tasks

  30. val shardsPerEpoch: Int

    Permalink

    How many shards to have per epoch

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def taskCount: Int

    Permalink
  33. val tasks: Array[Task]

    Permalink

    Array of all tasks to be managed

  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. val totalEpochs: Int

    Permalink

    Total number of epochs

  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Configured

Inherited from AnyRef

Inherited from Any

Ungrouped