|
|||||||||
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.Request2
water.Job
water.Job.FrameJob
water.Job.ColumnsJob
water.Job.ModelJob
water.Job.ValidatedJob
hex.gbm.SharedTreeModelBuilder
public abstract class SharedTreeModelBuilder
Nested Class Summary | |
---|---|
protected class |
SharedTreeModelBuilder.Score
|
Nested classes/interfaces inherited from class water.Job |
---|
Job.ChunkProgress, Job.ChunkProgressJob, Job.ColumnsJob, Job.Fail, Job.FrameJob, Job.HexJob, Job.ModelJob, Job.Progress, Job.ProgressMonitor, Job.ValidatedJob |
Nested classes/interfaces inherited from class water.Request2 |
---|
Request2.ColumnSelect, Request2.Dependent, Request2.DoClassBoolean, Request2.MultiVecSelect, Request2.MultiVecSelectType, Request2.TypeaheadKey, Request2.VecClassSelect, Request2.VecSelect |
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 long[] |
_distribution
|
protected double[] |
_errs
|
protected int |
_nclass
|
protected int |
_ncols
|
protected long |
_nrows
|
static DocGen.FieldDoc[] |
DOC_FIELDS
|
int |
max_depth
|
int |
min_rows
|
int |
nbins
|
int |
ntrees
|
Fields inherited from class water.Job.ValidatedJob |
---|
_names, _responseName, _train, _valid, _validResponse, validation |
Fields inherited from class water.Job.ModelJob |
---|
classification, response |
Fields inherited from class water.Job.ColumnsJob |
---|
cols, ignored_cols_by_name |
Fields inherited from class water.Job.FrameJob |
---|
source |
Fields inherited from class water.Job |
---|
_fjtask, CANCELLED_END_TIME, description, destination_key, end_time, exception, job_key, start_time |
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 | |
---|---|
SharedTreeModelBuilder()
|
Method Summary | |
---|---|
void |
buildModel()
|
protected abstract void |
buildModel(Frame fr,
java.lang.String[] names,
java.lang.String[][] domains,
Key outputKey,
Key dataKey,
Key testKey,
Timer t_build)
|
protected void |
cleanUp(Frame fr,
Timer t_build)
|
protected void |
logStart()
|
protected abstract Log.Tag.Sys |
logTag()
|
float |
progress()
|
protected abstract double |
score0(Chunk[] chks,
double[] ds,
int row)
|
java.lang.String |
speedDescription()
Description of a speed criteria: msecs/frob |
long |
speedValue()
Value of the described speed criteria: msecs/frob |
Methods inherited from class water.Job.ValidatedJob |
---|
init |
Methods inherited from class water.Job.ModelJob |
---|
registered |
Methods inherited from class water.Job.ColumnsJob |
---|
selectVecs |
Methods inherited from class water.Job |
---|
all, cancel, cancel, cancel, cancelled, defaultDestKey, defaultJobKey, dest, done, exec, findJob, findJobByDest, fork, get, invoke, onCancelled, redirect, remove, running, running, runTimeMs, self, serve, start, waitUntilJobEnded, waitUntilJobEnded |
Methods inherited from class water.Request2 |
---|
create, input, serveGrid, set, split, superServeGrid, supportedVersions |
Methods inherited from class water.api.Request |
---|
addToNavbar, addToNavbar, DocExampleFail, DocExampleSucc, href, href, hrefType, HTMLHelp, initializeNavBar, log, mapTypeahead, ReSTHelp, serve, 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, queryArgumentValueSet |
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 |
---|
public static DocGen.FieldDoc[] DOC_FIELDS
public int ntrees
public int max_depth
public int min_rows
public int nbins
protected transient double[] _errs
protected int _ncols
protected long _nrows
protected int _nclass
protected long[] _distribution
Constructor Detail |
---|
public SharedTreeModelBuilder()
Method Detail |
---|
public float progress()
progress
in class Job
protected void logStart()
logStart
in class Job.ValidatedJob
public void buildModel()
protected void cleanUp(Frame fr, Timer t_build)
protected abstract double score0(Chunk[] chks, double[] ds, int row)
public java.lang.String speedDescription()
Job
speedDescription
in class Job
public long speedValue()
Job
speedValue
in class Job
protected abstract Log.Tag.Sys logTag()
protected abstract void buildModel(Frame fr, java.lang.String[] names, java.lang.String[][] domains, Key outputKey, Key dataKey, Key testKey, Timer t_build)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |