public class DRF extends SharedTree<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>
SharedTree.Driver| Modifier and Type | Field and Description |
|---|---|
protected int |
_mtry |
_initialPrediction, _model, _ncols, _ntrees, MAX_NTREES_fold, _nclass, _offset, _parms, _response, _train, _valid, _vresponse, _weights| Constructor and Description |
|---|
DRF(DRFModel.DRFParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
protected DTree.DecidedNode |
makeDecided(DTree.UndecidedNode udn,
DHistogram[] hs) |
DRFV3 |
schema() |
protected double |
score1(water.fvec.Chunk[] chks,
double weight,
double offset,
double[] fs,
int row) |
water.Job<DRFModel> |
trainModelImpl(long work,
boolean restartTimer)
Start the DRF training Job on an F/J thread.
|
buildLayer, checkMemoryFootPrint, chk_nids, chk_offset, chk_oobt, chk_resp, chk_tree, chk_weight, chk_work, computePriorClassDistribution, createRNG, data_row, doScoringAndSaveModel, getInitialValue, idx_nids, idx_offset, idx_oobt, idx_resp, idx_tree, idx_weight, idx_work, isSupervised, printGenerateTrees, progressUnits, response, vec_nids, vec_resp, vec_tree, vresponsecanBeDone, cancel, checkDistributions, clearInitState, computeCrossValidation, createModelBuilder, deleteProgressKey, error_count, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, ignoreBadColumns, ignoreStringColumns, isClassifier, modifyParmsForCrossValidationMainModel, modifyParmsForCrossValidationSplits, nclasses, nFoldCV, numSpecialCols, registerModelBuilder, responseMean, separateFeatureVecs, train, trainModel, updateModelOutput, validblock, cancel, checksum_impl, clearValidationErrors, createProgressKey, dest, done, done, error_count_or_uninitialized, error, failed, get, hide, info, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, message, msec, progress_msg, progress, remove_impl, start, update, update, update, update, updateValidationMessages, validationErrors, warnchecksum, getBinarySerializer, getPublishedKeys, remove, remove, remove, removepublic DRF(DRFModel.DRFParameters parms)
public hex.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>public DRFV3 schema()
schema in class hex.ModelBuilder<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>public water.Job<DRFModel> trainModelImpl(long work, boolean restartTimer)
trainModelImpl in class hex.ModelBuilder<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>work - restartTimer - public void init(boolean expensive)
init in class SharedTree<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>protected DTree.DecidedNode makeDecided(DTree.UndecidedNode udn, DHistogram[] hs)
makeDecided in class SharedTree<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>protected double score1(water.fvec.Chunk[] chks,
double weight,
double offset,
double[] fs,
int row)
score1 in class SharedTree<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput>