Packages

class H2OFrame extends Serializable with RestEncodingUtils

H2OFrame representation via Rest API

Linear Supertypes
RestEncodingUtils, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OFrame
  2. RestEncodingUtils
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def add(another: H2OFrame): H2OFrame
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val columnNames: Array[String]
  8. val columns: Array[H2OColumn]
  9. def convertColumnsToCategorical(columnIndices: Array[Int]): H2OFrame
  10. def convertColumnsToCategorical(columns: Array[String]): H2OFrame
  11. def convertColumnsToStrings(columnIndices: Array[Int]): H2OFrame
  12. def convertColumnsToStrings(columns: Array[String]): H2OFrame
  13. def delete(): Unit

    Delete this H2O Frame from the cluster

  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val frameId: String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def innerJoin(another: H2OFrame): H2OFrame

    Inner join this frame with another frame

    Inner join this frame with another frame

    another

    right frame

    returns

    new frame

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPrimitiveType(value: Any): Boolean
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  23. def leftJoin(another: H2OFrame): H2OFrame

    Left join this frame with another frame

    Left join this frame with another frame

    another

    right frame

    returns

    new frame

  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. def numberOfColumns: Int
  28. lazy val numberOfRows: Long
  29. def outerJoin(another: H2OFrame): H2OFrame

    Outer join this frame with another frame

    Outer join this frame with another frame

    another

    right frame

    returns

    new frame

  30. def renameCol(originalColName: String, newColName: String): H2OFrame
  31. def rightJoin(another: H2OFrame): H2OFrame

    Right join this frame with another frame

    Right join this frame with another frame

    another

    right frame

    returns

    new frame

  32. def split(splitRatios: Double*): Array[H2OFrame]
  33. def stringify(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  34. def stringifyArray(arr: Array[_]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  35. def stringifyMap(map: Map[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  36. def stringifyPair(pair: Tuple2[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  37. def stringifyParams(params: Map[String, Any] = Map.empty, encodeParamsAsJson: Boolean = false): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  38. def stringifyPrimitiveParam(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  39. def subframe(columns: Array[String]): H2OFrame
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RestEncodingUtils

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped