org.apache.mahout.h2obindings.drm

CheckpointedDrmH2O

class CheckpointedDrmH2O[K] extends CheckpointedDrm[K]

H2O-specific optimizer-checkpointed DRM.

K

Matrix key type

Linear Supertypes
CheckpointedDrm[K], DrmLike[K], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CheckpointedDrmH2O
  2. CheckpointedDrm
  3. DrmLike
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CheckpointedDrmH2O(h2odrm: H2ODrm, context: DistributedContext, cacheHint: CacheHint)(implicit arg0: ClassTag[K])

    h2odrm

    Underlying Frame and optional label Vec to wrap around

    context

    Distributed context to the H2O Cloud

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val cacheHint: CacheHint

    Definition Classes
    CheckpointedDrmH2O → CheckpointedDrm
  8. def canHaveMissingRows: Boolean

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  9. def checkpoint(cacheHint: CacheHint): CheckpointedDrm[K]

    Action operator - Eagerly evaluate the lazily built operator graph to create a CheckpointedDrm

    Action operator - Eagerly evaluate the lazily built operator graph to create a CheckpointedDrm

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def collect: Matrix

    Collecting DRM to in-core Matrix

    Collecting DRM to in-core Matrix

    If key in DRM is Int, then matrix is collected using key as row index. Otherwise, order of rows in result is undefined but key.toString is applied as rowLabelBindings of the in-core matrix.

    Definition Classes
    CheckpointedDrmH2O → CheckpointedDrm
  12. val context: DistributedContext

    Distributed context to the H2O Cloud

    Distributed context to the H2O Cloud

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  13. def dfsWrite(path: String): Unit

    Persist DRM to on-disk over HDFS in Mahout DRM format.

    Persist DRM to on-disk over HDFS in Mahout DRM format.

    Definition Classes
    CheckpointedDrmH2O → CheckpointedDrm
  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
  18. val h2odrm: H2ODrm

    Underlying Frame and optional label Vec to wrap around

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val keyClassTag: ClassTag[K]

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  22. def ncol: Int

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def newRowCardinality(n: Int): CheckpointedDrm[K]

    stub need to make IndexedDataset core but since drmWrap is not in H2O left for someone else

    stub need to make IndexedDataset core but since drmWrap is not in H2O left for someone else

    Definition Classes
    CheckpointedDrmH2O → CheckpointedDrm
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def nrow: Long

    Definition Classes
    CheckpointedDrmH2O → DrmLike
  28. def partitioningTag: Long

    Attributes
    protected[org.apache.mahout]
    Definition Classes
    CheckpointedDrmH2O → DrmLike
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def uncache(): CheckpointedDrmH2O.this.type

    Definition Classes
    CheckpointedDrmH2O → CheckpointedDrm
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CheckpointedDrm[K]

Inherited from DrmLike[K]

Inherited from AnyRef

Inherited from Any

Ungrouped