class H2OFrame extends Serializable with RestEncodingUtils
H2OFrame representation via Rest API
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OFrame
- RestEncodingUtils
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def add(another: H2OFrame): H2OFrame
- val columnNames: Array[String]
- val columns: Array[H2OColumn]
- def convertColumnsToCategorical(columnIndices: Array[Int]): H2OFrame
- def convertColumnsToCategorical(columns: Array[String]): H2OFrame
- def convertColumnsToStrings(columnIndices: Array[Int]): H2OFrame
- def convertColumnsToStrings(columns: Array[String]): H2OFrame
-
def
delete(): Unit
Delete this H2O Frame from the cluster
- val frameId: String
-
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
-
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
- def numberOfColumns: Int
- lazy val numberOfRows: Long
-
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
- def renameCol(originalColName: String, newColName: String): H2OFrame
-
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
- def split(splitRatios: Double*): Array[H2OFrame]
- def subframe(columns: Array[String]): H2OFrame