public class PCA extends hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
Constructor and Description |
---|
PCA(boolean startup_once) |
PCA(PCAModel.PCAParameters parms) |
Modifier and Type | Method and Description |
---|---|
hex.ModelCategory[] |
can_build() |
protected void |
checkMemoryFootPrint() |
boolean |
haveMojo() |
boolean |
havePojo() |
void |
init(boolean expensive) |
boolean |
isSupervised() |
void |
setWideDataset(boolean isWide) |
protected hex.pca.PCA.PCADriver |
trainModelImpl() |
algoName, algos, builderVisibility, checkDistributions, 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, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, 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 PCA(PCAModel.PCAParameters parms)
public PCA(boolean startup_once)
protected hex.pca.PCA.PCADriver trainModelImpl()
trainModelImpl
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
public hex.ModelCategory[] can_build()
can_build
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
public boolean isSupervised()
isSupervised
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
public boolean havePojo()
havePojo
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
public boolean haveMojo()
haveMojo
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
protected void checkMemoryFootPrint()
checkMemoryFootPrint
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>
public void setWideDataset(boolean isWide)
public void init(boolean expensive)
init
in class hex.ModelBuilder<PCAModel,PCAModel.PCAParameters,PCAModel.PCAOutput>