Class

org.apache.mxnet

DataPack

Related Doc: package mxnet

Permalink

abstract class DataPack extends Iterable[DataBatch]

pack of DataIter, use as Iterable class

Linear Supertypes
Iterable[DataBatch], IterableLike[DataBatch, Iterable[DataBatch]], Equals, GenIterable[DataBatch], GenIterableLike[DataBatch, Iterable[DataBatch]], Traversable[DataBatch], GenTraversable[DataBatch], GenericTraversableTemplate[DataBatch, Iterable], TraversableLike[DataBatch, Iterable[DataBatch]], GenTraversableLike[DataBatch, Iterable[DataBatch]], Parallelizable[DataBatch, ParIterable[DataBatch]], TraversableOnce[DataBatch], GenTraversableOnce[DataBatch], FilterMonadic[DataBatch, Iterable[DataBatch]], HasNewBuilder[DataBatch, Iterable[org.apache.mxnet.DataBatch] @scala.annotation.unchecked.uncheckedVariance], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataPack
  2. Iterable
  3. IterableLike
  4. Equals
  5. GenIterable
  6. GenIterableLike
  7. Traversable
  8. GenTraversable
  9. GenericTraversableTemplate
  10. TraversableLike
  11. GenTraversableLike
  12. Parallelizable
  13. TraversableOnce
  14. GenTraversableOnce
  15. FilterMonadic
  16. HasNewBuilder
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataPack()

    Permalink

Type Members

  1. type Self = Iterable[DataBatch]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Abstract Value Members

  1. abstract def iterator: DataIter

    Permalink

    get data iterator

    get data iterator

    returns

    DataIter

    Definition Classes
    DataPack → IterableLike → GenIterableLike

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: DataBatch, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  4. def ++:[B >: DataBatch, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  5. def ++:[B >: DataBatch, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def /:[B](z: B)(op: (B, DataBatch) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  7. def :\[B](z: B)(op: (DataBatch, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: ⇒ B)(seqop: (B, DataBatch) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def collect[B, That](pf: PartialFunction[DataBatch, B])(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  17. def collectFirst[B](pf: PartialFunction[DataBatch, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  18. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  19. def copyToArray[B >: DataBatch](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  20. def copyToArray[B >: DataBatch](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  21. def copyToArray[B >: DataBatch](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def copyToBuffer[B >: DataBatch](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  23. def count(p: (DataBatch) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def drop(n: Int): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  25. def dropRight(n: Int): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike
  26. def dropWhile(p: (DataBatch) ⇒ Boolean): Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  27. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def exists(p: (DataBatch) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  30. def filter(p: (DataBatch) ⇒ Boolean): Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  31. def filterNot(p: (DataBatch) ⇒ Boolean): Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(p: (DataBatch) ⇒ Boolean): Option[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  34. def flatMap[B, That](f: (DataBatch) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  35. def flatten[B](implicit asTraversable: (DataBatch) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  36. def fold[A1 >: DataBatch](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def foldLeft[B](z: B)(op: (B, DataBatch) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def foldRight[B](z: B)(op: (DataBatch, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  39. def forall(p: (DataBatch) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  40. def foreach[U](f: (DataBatch) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  41. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. def groupBy[K](f: (DataBatch) ⇒ K): Map[K, Iterable[DataBatch]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  44. def grouped(size: Int): Iterator[Iterable[DataBatch]]

    Permalink
    Definition Classes
    IterableLike
  45. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  47. def head: DataBatch

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  48. def headOption: Option[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def init: Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  50. def inits: Iterator[Iterable[DataBatch]]

    Permalink
    Definition Classes
    TraversableLike
  51. def isEmpty: Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  54. def last: DataBatch

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  55. def lastOption: Option[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  56. def map[B, That](f: (DataBatch) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  57. def max[B >: DataBatch](implicit cmp: Ordering[B]): DataBatch

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def maxBy[B](f: (DataBatch) ⇒ B)(implicit cmp: Ordering[B]): DataBatch

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def min[B >: DataBatch](implicit cmp: Ordering[B]): DataBatch

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def minBy[B](f: (DataBatch) ⇒ B)(implicit cmp: Ordering[B]): DataBatch

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  65. def newBuilder: Builder[DataBatch, Iterable[DataBatch]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  66. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  69. def par: ParIterable[DataBatch]

    Permalink
    Definition Classes
    Parallelizable
  70. def parCombiner: Combiner[DataBatch, ParIterable[DataBatch]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  71. def partition(p: (DataBatch) ⇒ Boolean): (Iterable[DataBatch], Iterable[DataBatch])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  72. def product[B >: DataBatch](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def reduce[A1 >: DataBatch](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def reduceLeft[B >: DataBatch](op: (B, DataBatch) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  75. def reduceLeftOption[B >: DataBatch](op: (B, DataBatch) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def reduceOption[A1 >: DataBatch](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def reduceRight[B >: DataBatch](op: (DataBatch, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  78. def reduceRightOption[B >: DataBatch](op: (DataBatch, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def repr: Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  80. def reversed: List[DataBatch]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  81. def sameElements[B >: DataBatch](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  82. def scan[B >: DataBatch, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  83. def scanLeft[B, That](z: B)(op: (B, DataBatch) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  84. def scanRight[B, That](z: B)(op: (DataBatch, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DataBatch], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  85. def seq: Iterable[DataBatch]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  86. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def slice(from: Int, until: Int): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  88. def sliding(size: Int, step: Int): Iterator[Iterable[DataBatch]]

    Permalink
    Definition Classes
    IterableLike
  89. def sliding(size: Int): Iterator[Iterable[DataBatch]]

    Permalink
    Definition Classes
    IterableLike
  90. def span(p: (DataBatch) ⇒ Boolean): (Iterable[DataBatch], Iterable[DataBatch])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  91. def splitAt(n: Int): (Iterable[DataBatch], Iterable[DataBatch])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  92. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  93. def sum[B >: DataBatch](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  95. def tail: Iterable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  96. def tails: Iterator[Iterable[DataBatch]]

    Permalink
    Definition Classes
    TraversableLike
  97. def take(n: Int): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  98. def takeRight(n: Int): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike
  99. def takeWhile(p: (DataBatch) ⇒ Boolean): Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  100. def thisCollection: Iterable[DataBatch]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  101. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, DataBatch, Col[DataBatch]]): Col[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  102. def toArray[B >: DataBatch](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def toBuffer[B >: DataBatch]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def toCollection(repr: Iterable[DataBatch]): Iterable[DataBatch]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  105. def toIndexedSeq: IndexedSeq[DataBatch]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def toIterable: Iterable[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  107. def toIterator: Iterator[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  108. def toList: List[DataBatch]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def toMap[T, U](implicit ev: <:<[DataBatch, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toSeq: Seq[DataBatch]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def toSet[B >: DataBatch]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def toStream: Stream[DataBatch]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  113. def toString(): String

    Permalink
    Definition Classes
    TraversableLike → Any
  114. def toTraversable: Traversable[DataBatch]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  115. def toVector: Vector[DataBatch]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def transpose[B](implicit asTraversable: (DataBatch) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  117. def unzip[A1, A2](implicit asPair: (DataBatch) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  118. def unzip3[A1, A2, A3](implicit asTriple: (DataBatch) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  119. def view(from: Int, until: Int): IterableView[DataBatch, Iterable[DataBatch]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  120. def view: IterableView[DataBatch, Iterable[DataBatch]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  121. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  124. def withFilter(p: (DataBatch) ⇒ Boolean): FilterMonadic[DataBatch, Iterable[DataBatch]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  125. def zip[A1 >: DataBatch, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[DataBatch], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  126. def zipAll[B, A1 >: DataBatch, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[DataBatch], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  127. def zipWithIndex[A1 >: DataBatch, That](implicit bf: CanBuildFrom[Iterable[DataBatch], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Iterable[DataBatch]

Inherited from IterableLike[DataBatch, Iterable[DataBatch]]

Inherited from Equals

Inherited from GenIterable[DataBatch]

Inherited from GenIterableLike[DataBatch, Iterable[DataBatch]]

Inherited from Traversable[DataBatch]

Inherited from GenTraversable[DataBatch]

Inherited from GenericTraversableTemplate[DataBatch, Iterable]

Inherited from TraversableLike[DataBatch, Iterable[DataBatch]]

Inherited from GenTraversableLike[DataBatch, Iterable[DataBatch]]

Inherited from Parallelizable[DataBatch, ParIterable[DataBatch]]

Inherited from TraversableOnce[DataBatch]

Inherited from GenTraversableOnce[DataBatch]

Inherited from FilterMonadic[DataBatch, Iterable[DataBatch]]

Inherited from HasNewBuilder[DataBatch, Iterable[org.apache.mxnet.DataBatch] @scala.annotation.unchecked.uncheckedVariance]

Inherited from AnyRef

Inherited from Any

Ungrouped