Packages

class LabeledSentence[T] extends Sentence[T]

Represent a sentence

Linear Supertypes
Sentence[T], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabeledSentence
  2. Sentence
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabeledSentence(dataLength: Int, labelLength: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T])
  2. new LabeledSentence()(implicit arg0: ClassTag[T], ev: TensorNumeric[T])
  3. new LabeledSentence(_data: Array[T], _label: Array[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _data: Array[T]
    Attributes
    protected
  5. var _label: Array[T]
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): LabeledSentence[T]
    Definition Classes
    LabeledSentence → AnyRef
  8. def copy(other: LabeledSentence[T]): LabeledSentence[T]
  9. def copy(rawData: Array[T], rawLabel: Array[T]): LabeledSentence.this.type
  10. def copyToData(storage: Array[T], offset: Int): Unit
  11. def copyToLabel(storage: Array[T], offset: Int): Unit
  12. def data(): Array[T]
    Definition Classes
    LabeledSentenceSentence
  13. def dataLength(): Int
    Definition Classes
    LabeledSentenceSentence
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getData(index: Int): T
  19. def getLabel(index: Int): T
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def label(): Array[T]
  23. def labelLength(): Int
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Sentence[T]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped