public class PCA extends hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
| Constructor and Description |
|---|
PCA(PCAModel.PCAParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.Model.ModelCategory[] |
can_build() |
void |
init(boolean expensive) |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<PCAModel> |
trainModel() |
clearInitState, createModelBuilder, error_count, error, getAlgo, getModelBuilder, getModelBuilderName, getModelBuilders, getModelClass, hide, info, registerModelBuilder, train, valid, validationErrors, warncancel, cancel, checksum_impl, dest, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, onCancelled, progress, remove_impl, start, update, updatepublic PCA(PCAModel.PCAParameters parms)
public hex.Model.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>public water.Job<PCAModel> trainModel()
trainModel in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>public void init(boolean expensive)
init in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>