public abstract class ClusteringModelBuilder<M extends ClusteringModel<M,P,O>,P extends ClusteringModel.ClusteringParameters,O extends ClusteringModel.ClusteringOutput> extends ModelBuilder<M,P,O>
ModelBuilder.BuilderVisibility, ModelBuilder.ValidationMessageJob.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate_fold, _messages, _nclass, _offset, _parms, _removedCols, _response, _train, _valid, _vresponse, _weights_description, _dest, _end_time, _exception, _progressKey, _start_time, _state, LIST| Constructor and Description |
|---|
ClusteringModelBuilder(Key dest,
java.lang.String desc,
P parms) |
ClusteringModelBuilder(java.lang.String desc,
P parms)
Constructor called from an http request; MUST override in subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
boolean |
isSupervised() |
builderVisibility, can_build, canBeDone, cancel, checkDistributions, checkMemoryFootPrint, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, createModelBuilder, deleteProgressKey, error_count, error, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, hide, ignoreBadColumns, ignoreConstColumns, ignoreStringColumns, info, isClassifier, message, modifyParmsForCrossValidationMainModel, modifyParmsForCrossValidationSplits, nclasses, nFoldCV, numSpecialCols, progressUnits, registerModelBuilder, response, responseMean, schema, separateFeatureVecs, train, trainModel, trainModelImpl, updateModelOutput, updateValidationMessages, valid, validationErrors, vresponse, warnblock, cancel, checksum_impl, createProgressKey, dest, done, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, msec, progress_msg, progress, readAll_impl, remove_impl, start, update, update, update, update, writeAll_implchecksum, readAll, remove, remove, remove, remove, writeAllclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic ClusteringModelBuilder(java.lang.String desc,
P parms)
public boolean isSupervised()
isSupervised in class ModelBuilder<M extends ClusteringModel<M,P,O>,P extends ClusteringModel.ClusteringParameters,O extends ClusteringModel.ClusteringOutput>public void init(boolean expensive)
init in class ModelBuilder<M extends ClusteringModel<M,P,O>,P extends ClusteringModel.ClusteringParameters,O extends ClusteringModel.ClusteringOutput>ModelBuilder.updateValidationMessages()