public class Aggregator extends hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
Modifier and Type | Class and Description |
---|---|
static class |
Aggregator.Exemplar |
Constructor and Description |
---|
Aggregator(AggregatorModel.AggregatorParameters parms) |
Aggregator(boolean startup_once) |
Modifier and Type | Method and Description |
---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
hex.ToEigenVec |
getToEigenVec() |
void |
init(boolean expensive) |
boolean |
isSupervised() |
protected hex.aggregator.Aggregator.AggregatorDriver |
trainModelImpl() |
algoName, algos, checkDistributions, checkMemoryFootPrint, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_computeAndSetOptimalParameters, cv_mainModelScores, cv_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, hasFoldCol, hasOffsetCol, hasWeightCol, haveMojo, havePojo, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, info, init_adaptFrameToTrain, isClassifier, isStopped, javaName, logMe, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, valid, validationErrors, vresponse, warn
public Aggregator(AggregatorModel.AggregatorParameters parms)
public Aggregator(boolean startup_once)
public hex.ToEigenVec getToEigenVec()
getToEigenVec
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
public boolean isSupervised()
isSupervised
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
protected hex.aggregator.Aggregator.AggregatorDriver trainModelImpl()
trainModelImpl
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
public hex.ModelCategory[] can_build()
can_build
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>
public void init(boolean expensive)
init
in class hex.ModelBuilder<AggregatorModel,AggregatorModel.AggregatorParameters,AggregatorModel.AggregatorOutput>