powered by
match
%in%
h2o.match(x, table, nomatch = 0, incomparables = NULL)## S3 method for class 'H2OFrame': match(x, table, nomatch = 0, incomparables = NULL)## S3 method for class 'H2OFrame,character': \%in\%(x, table)## S3 method for class 'H2OFrame,numeric': \%in\%(x, table)
## S3 method for class 'H2OFrame': match(x, table, nomatch = 0, incomparables = NULL)
## S3 method for class 'H2OFrame,character': \%in\%(x, table)
## S3 method for class 'H2OFrame,numeric': \%in\%(x, table)
x
nomatch
h2o.init() hex <- as.h2o(iris) match(hex[,5], c("setosa", "versicola")) # versipepsi
Run the code above in your browser using DataLab