|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
water.api.Constants
water.api.RequestStatics
water.api.RequestArguments
water.api.RequestQueries
water.api.RequestBuilders
water.api.Request
water.api.RF
public class RF
Nested Class Summary |
---|
Nested classes/interfaces inherited from class water.api.Request |
---|
Request.API, Request.Default, Request.Filter |
Nested classes/interfaces inherited from class water.api.RequestStatics |
---|
RequestStatics.RequestType |
Nested classes/interfaces inherited from class water.api.Constants |
---|
Constants.Extensions, Constants.Schemes, Constants.Suffixes |
Field Summary | |
---|---|
protected RequestArguments.Int |
_binLimit
|
protected RequestArguments.HexKeyClassCol |
_classCol
|
protected RequestArguments.H2OHexKey |
_dataKey
|
protected RequestArguments.Int |
_depth
|
protected RequestArguments.Int |
_exclusiveSplitLimit
|
protected RequestArguments.Int |
_features
|
protected RequestArguments.HexColumnSelect |
_ignore
|
protected RequestArguments.Bool |
_iterativeCM
|
protected RequestArguments.H2OKey |
_modelKey
|
protected RequestArguments.Int |
_numTrees
|
protected RequestArguments.Bool |
_oobee
|
protected RequestArguments.Bool |
_parallel
|
protected RequestArguments.Int |
_sample
|
protected RequestArguments.EnumArgument<Sampling.Strategy> |
_samplingStrategy
|
protected RequestArguments.LongInt |
_seed
|
protected RequestArguments.EnumArgument<Tree.StatType> |
_statType
|
protected RequestArguments.H2OCategoryStrata |
_strataSamples
|
protected RequestArguments.Bool |
_useNonLocalData
|
protected RequestArguments.H2OCategoryWeights |
_weights
|
Fields inherited from class water.api.Request |
---|
_requestHelp, SUPPORTS_ONLY_V1, SUPPORTS_ONLY_V2, SUPPORTS_V1_V2 |
Fields inherited from class water.api.RequestBuilders |
---|
ARRAY_BUILDER, ARRAY_HEADER_ROW_BUILDER, ARRAY_ROW_BUILDER, ARRAY_ROW_ELEMENT_BUILDER, ARRAY_ROW_SINGLECOL_BUILDER, ELEMENT_BUILDER, GSON_BUILDER, OBJECT_BUILDER, ROOT_OBJECT |
Fields inherited from class water.api.RequestQueries |
---|
_queryHtml |
Fields inherited from class water.api.RequestArguments |
---|
_arguments |
Constructor Summary | |
---|---|
RF()
|
Method Summary | |
---|---|
static java.lang.String |
link(Key k,
java.lang.String content)
Return the query link to this page |
protected void |
queryArgumentValueSet(RequestArguments.Argument arg,
java.util.Properties inputArgs)
Overwrite this method to be able to change / disable values of other arguments on certain argument changes. |
RequestBuilders.Response |
serve()
Fires the random forest computation. |
Methods inherited from class water.api.Request |
---|
addToNavbar, addToNavbar, create, DocExampleFail, DocExampleSucc, href, href, hrefType, HTMLHelp, initializeNavBar, log, mapTypeahead, registered, ReSTHelp, serve, serveGrid, supportedVersions, toDocGET, toHTML, wrap, wrap, wrap, writeJSONFields |
Methods inherited from class water.api.RequestBuilders |
---|
build, buildJSONResponseBox, buildResponseHeader, name |
Methods inherited from class water.api.RequestQueries |
---|
buildQuery, checkArguments |
Methods inherited from class water.api.RequestArguments |
---|
arguments, argumentsToJson, frameColumnNameToIndex, vaCategoryNames, vaCategoryNames, vaColumnNameToIndex |
Methods inherited from class water.api.RequestStatics |
---|
checkJsonName, encodeRedirectArgs, JSON2HTML, jsonError, requestName, Str2JSON |
Methods inherited from class water.Iced |
---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final RequestArguments.H2OHexKey _dataKey
protected final RequestArguments.HexKeyClassCol _classCol
protected final RequestArguments.Int _numTrees
protected final RequestArguments.Int _features
protected final RequestArguments.Int _depth
protected final RequestArguments.EnumArgument<Tree.StatType> _statType
protected final RequestArguments.HexColumnSelect _ignore
protected final RequestArguments.H2OCategoryWeights _weights
protected final RequestArguments.EnumArgument<Sampling.Strategy> _samplingStrategy
protected final RequestArguments.H2OCategoryStrata _strataSamples
protected final RequestArguments.Int _sample
protected final RequestArguments.Bool _oobee
protected final RequestArguments.H2OKey _modelKey
protected final RequestArguments.Int _binLimit
protected final RequestArguments.LongInt _seed
protected final RequestArguments.Bool _parallel
protected final RequestArguments.Int _exclusiveSplitLimit
protected final RequestArguments.Bool _iterativeCM
protected final RequestArguments.Bool _useNonLocalData
Constructor Detail |
---|
public RF()
Method Detail |
---|
public static java.lang.String link(Key k, java.lang.String content)
protected void queryArgumentValueSet(RequestArguments.Argument arg, java.util.Properties inputArgs)
RequestQueries
queryArgumentValueSet
in class RequestQueries
public RequestBuilders.Response serve()
serve
in class Request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |