H2O.Initializer: H2O.Initializer

Description Usage Arguments Value

View source: R/H2O.initializer.R

Description

This function is used to initialize the H2O cluster. Idealy I'd like to use a singletonpattern for this, but this also seems to work.

Usage

1
2
H2O.Initializer(host = "localhost", port = 54321, runlocal = TRUE,
  verbose = FALSE)

Arguments

host

the host on which H2O is or should be running

port

the port for that host

runlocal

boolean whether or not we should start an H2O cluster

verbose

the verbosity to run with

Value

boolean whther the cluster was initialized (TRUE) or was already running (FALSE)


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.