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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val columnNames: Array[String]
  7. val columns: Array[H2OColumn]
  8. def convertAllStringColumnsToCategorical(): H2OFrame
  9. def convertColumnsToCategorical(columnIndices: Array[Int]): H2OFrame
  10. def convertColumnsToCategorical(columns: Array[String]): H2OFrame
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val frameId: String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. 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

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrimitiveType(value: Any): Boolean
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  20. 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

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def numberOfColumns: Int
  25. lazy val numberOfRows: Long
  26. 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

  27. 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

  28. def split(splitRatios: Double*): Array[H2OFrame]
  29. def stringify(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  30. def stringifyArray(arr: Array[_]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  31. def stringifyMap(map: Map[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  32. def stringifyParams(params: Map[String, Any] = Map.empty, encodeParamsAsJson: Boolean = false): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  33. def stringifyPrimitiveParam(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  34. def subframe(columns: Array[String]): H2OFrame
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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