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
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
-  def add(another: H2OFrame): H2OFrame
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
-  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 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
-  val frameId: String
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        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 
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isPrimitiveType(value: Any): Boolean
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        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 
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
-  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
      
      
        stringify(value: Any): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stringifyArray(arr: Array[_]): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stringifyMap(map: Map[_, _]): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stringifyPair(pair: Tuple2[_, _]): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stringifyParams(params: Map[String, Any] = Map.empty, encodeParamsAsJson: Boolean = false): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        stringifyPrimitiveParam(value: Any): String
      
      
      - Attributes
- protected
- Definition Classes
- RestEncodingUtils
 
-  def subframe(columns: Array[String]): H2OFrame
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()