Learn R Programming

⚠️There's a newer version (3.44.0.3) of this package.Take me there.

h2o (version 2.8.1.1)

H2O R Interface

Description

Run H2O via its REST API from within R.

Copy Link

Version

Install

install.packages('h2o')

Monthly Downloads

8,212

Version

2.8.1.1

License

Apache License (== 2.0)

Maintainer

Tom Kraljevic

Last Published

October 27th, 2014

Functions in h2o (2.8.1.1)

H2ODeepLearningModel-class

Class "H2ODeepLearningModel"
apply

Applies a function over an H2O parsed data object.
as.Date.H2OParsedData

Converts a column from factor to date
as.h2o

Converts an R object to an H2O object
h2o.SpeeDRF

H2O: Single-Node Random Forest
h2o.exec

Execute a Command on H2O
h2o.getFrame

Get Reference to H2O Data Set
h2o.importFile

Import Local Data File
h2o.init

Connect to H2O and Install R Package
h2o.ls

Obtain a list of H2O keys from the running instance of H2O
h2o.parseRaw

Parse Raw Data File
h2o.splitFrame

Split an H2O Data Set
h2o.uploadFile

Upload Local Data File
sd

Standard Deviation of a Numeric Column of H2O Data
AAA_DownloadAndStartBeforeExamples

Download H2O jar file and Start H2O cloud before examples run (for H2O developers only)
H2OSpeeDRFModel-class

Class "H2OSpeeDRFModel"
h2o.confusionMatrix

Build a Confusion Matrix from H2O Classification Predictions
h2o.assign

Assigns an H2O hex.key to an H2O object so that it can be utilized in subsequent calls
h2o.gbm

H2O: Gradient Boosted Machines
h2o.getModel

Get Reference to H2O Model
h2o.importURL

Import Data from URL
h2o.getLogPath

Get Path Where H2O R Logs are Saved
h2o.nFoldExtractor

Extract N-fold holdout splits from H2O Data Set
h2o.loadAll

Load all H2O Model in a directory.
h2o.naiveBayes

H2O: Naive Bayes Classifier
h2o.year

Convert Milliseconds to Years in H2O Dataset
Round

Rounding of Numbers
h2o.saveModel

Save a H2OModel object to disk.
h2o.stopLogging

Stop Writing H2O R Logs
doNotCallThisMethod...Unsupported

Internal method used for testing at the API level.
H2ODRFModel-class

Class "H2ODRFModel"
H2ORawData-class

Class "H2ORawData"
colnames

Returns column names for a parsed H2O data object.
H2OKMeansGrid-class

Class "H2OKMeansGrid"
h2o.anomaly

Anomaly Detection via H2O Deep Learning Model
H2OGrid-class

Class "H2OGrid"
H2ODRFGrid-class

Class "H2ODRFGrid"
H2OGLMGrid-class

Class "H2OGLMGrid"
H2OGBMGrid-class

Class "H2OGBMGrid"
as.table.H2OParsedData

Converts a parsed H2O object to a table in R.
H2OClient-class

Class "H2OClient"
H2OKMeansModel-class

Class "H2OKMeansModel"
ddply.H2OParsedData

Split H2O dataset, apply function, and return results
H2ODeepLearningGrid-class

Class "H2ODeepLearningGrid"
as.matrix.H2OParsedData

Converts a parsed H2O object to a matrix.
H2OGBMModel-class

Class "H2OGBMModel"
H2OSpeeDRFGrid-class

Class "H2ODRFGrid"
Extremes

Maxima and Minima
h2o.gapStatistic

Compute Gap Statistic from H2O Dataset
diff.H2OParsedData

Lagged Differences of H2O Dataset
h2o.anyFactor

Determine if an H2O parsed data object contains categorical data.
h2o.downloadCSV

Download H2O Data to Disk
H2OGLMModel-class

Class "H2OGLMModel"
h2o-package

H2O R Interface
h2o.glm

H2O: Generalized Linear Models
H2OModel-class

Class "H2OModel"
H2ONBModel-class

Class "H2ONBModel"
h2o.loadModel

Load a H2O Model.
h2o.month

Convert Milliseconds to Months in H2O Dataset
h2o.ignoreColumns

Returns columns' names of a parsed H2O data object that are recommended to be ignored in an analysis
plot.H2OPerfModel

Scatterplot of H2O Performance Measures
h2o.mse

Returns the mean squared error from H2O Classification Predictions
h2o.table

Cross Tabulation of H2O Data
h2o.rebalance

Rebalance a H2O data frame
h2o.clusterInfo

Get Information on H2O Cluster
as.data.frame.H2OParsedData

Converts a parsed H2O object to a data frame.
h2o.addFunction

Adds an R function to H2O
h2o.prcomp

Principal Components Analysis
h2o.clearLogs

Delete All H2O R Logs
h2o.cut

Convert H2O Numeric Data to Factor
toupper.H2OParsedData

Transform Elements of a Character Vector Into Upper Case
h2o.downloadAllLogs

Download H2O Log Files to Disk
h2o.setLogPath

Set Path Where H2O R Logs are Saved
h2o.importHDFS

Import from HDFS
quantile.H2OParsedData

Obtain and display quantiles for H2O parsed data.
trim

Trim the leading and trailing white space.
ifelse

Applies conditional statements to an H2OParsedData object.
head

Return the First or Last Part of a H2O Dataset
h2o.performance

Performance Measures
h2o.getGLMLambdaModel

Get H2O GLM Model for Specific Lambda
h2o.coxph

H2O: Cox Proportional Hazards Models
h2o.rm

Removes H2O objects from the server where H2O is running.
as.factor

Converts a column from numeric to factor
hist.H2OParsedData

Obtain and display a histogram for H2O parsed data.
h2o.startLogging

Start Writing H2O R Logs
h2o.sub

Pattern Replacement
strsplit

Split the Elements of a Character Vector
strsplit.H2OParsedData

Split the Elements of a Character Vector
h2o.pcr

H2O: Principal Components Regression
h2o.hitRatio

Compute Hit Ratio from H2O Classification Predictions
sum

Sum of Numeric Values
h2o.predict

H2O Model Predictions
mean.H2OParsedData

Arithmetic Mean of H2O Dataset
h2o.impute

Impute A Column of Data
screeplot.H2OPCAModel

Summarizes the columns of an H2O parsed FluidVecs data set.
summary

Summarizes the columns of a H2O Dataset
Revalue.H2OParsedData

Replace specified values with new values, in a factor or character vector.
summary.H2OPCAModel

Summarizes the H2O PCA Model
which

Return the row numbers for which the condition is true
levels

Levels of Categorical Data
h2o.shutdown

Shutdown H2O server
is.factor

Tells user if given column is categorical data or not.
Revalue

Replace specified values with new values, in a factor or character vector.
unique.H2OParsedData

Extract Unique Elements from H2O Dataset
H2OGLMModelList-class

Class "H2OGLMModelList"
toupper

Change the elements of a character vector to lower case
str

Display the Structure of a H2O Dataset
H2OPerfModel-class

Class "H2OPerfModel"
h2o.deepfeatures

Feature Generation via H2O Deep Learning Model
h2o.deeplearning

H2O: Deep Learning Neural Networks
h2o.exportFile

Export H2O Data Frame to a File.
h2o.saveAll

Save all H2OModel objects to disk.
h2o.openLog

View H2O R Logs
tolower

Change the elements of a character vector to lower case
H2OParsedData-class

Class "H2OParsedData"
h2o.logAndEcho

Write and Echo Message to H2O Log
h2o.kmeans

H2O: K-Means Clustering
h2o.randomForest

H2O: Random Forest
tolower.H2OParsedData

Transform Elements of a Character Vector Into Lower Case
h2o.sample

Sample an H2O Data Set
H2OPCAModel-class

Class "H2OPCAModel"
cbind.H2OParsedData

Combine H2O Datasets by Columns
h2o.clusterStatus

Retrieve Status of H2O Cluster
h2o.createFrame

Create an H2O Frame
h2o.gsub

Pattern Replacement
h2o.importFolder

Import Local Directory of Data Files
h2o.runif

Produces a vector of specified length contain random uniform numbers
h2o.insertMissingValues

Replace Entries in H2O Data Set with Missing Value
nrow

The Number of Rows/Columns of a H2O Dataset
zzz_ShutdownAfterExamples

Shutdown H2O cloud after examples run (for H2O developers only)