nano_init: Connect to H2O Cluster

View source: R/nano_init.R

nano_initR Documentation

Connect to H2O Cluster

Description

Starts and connect to a H2O cluster.

Usage

nano_init(min_mem_size = NULL, max_mem_size = NULL, nthreads = -1)

Arguments

min_mem_size

a character string specifying the minimum size, in bytes, of the memory allocation pool in H2O.

max_mem_size

a character string specifying the maximum size, in bytes, of the memory allocation pool in H2O.

nthreads

a numeric specifying the number of threads in the thread pool. This relates very closely to the number of CPUs used. -1 means use all CPUs on the host (default values). A positive integer specifies the number of CPUs directly.

Details

This function is a wrapper for the h2o.init function from the H2O package. This function is used to start and connect to a H2O cluster. A connection to a H2O cluster must be established before any modelling. For more details, see the manual for h2o.init.


Nanoputian628/nano documentation built on Oct. 30, 2023, 3:28 p.m.