.addParm {h2o} | R Documentation |
TODO: No objects in this file are being used. Either remove file or use objects.
Description
Append a <key,value> pair to a list.
Usage
.addParm(parms, k, v)
Arguments
parms |
a list to add the <k,v> pair to |
k |
a key, typically the name of some algorithm parameter |
v |
a value, the value of the algorithm parameter |
Details
Contained here are a set of helper methods that perform type checking on the value passed in.
[Package h2o version 3.44.0.3 Index]