H2OFrame function

S3 Group Generic Functions for H2O

S3 Group Generic Functions for H2O

Methods for group generic functions and H2O objects.

## S3 method for class 'H2OFrame' Ops(e1, e2) ## S3 method for class 'H2OFrame' Math(x, ...) ## S3 method for class 'H2OFrame' Math(x, ...) ## S3 method for class 'H2OFrame' Math(x, ...) ## S3 method for class 'H2OFrame' Summary(x, ..., na.rm) ## S3 method for class 'H2OFrame' !x ## S3 method for class 'H2OFrame' is.na(x) ## S3 method for class 'H2OFrame' t(x) log(x, ...) log10(x) log2(x) log1p(x) trunc(x, ...) x %*% y nrow.H2OFrame(x) ncol.H2OFrame(x) ## S3 method for class 'H2OFrame' length(x) h2o.length(x) ## S3 replacement method for class 'H2OFrame' names(x) <- value colnames(x) <- value

Arguments

  • e1: object
  • e2: object
  • x: object
  • ...: Further arguments passed to or from other methods.
  • na.rm: logical. whether or not missing values should be removed
  • y: object
  • value: To be assigned
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11