public class H2oApi
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_URL |
| Modifier and Type | Method and Description |
|---|---|
StreamingSchema |
_assembly_fetch_mojo_pipeline(AssemblyV99 params) |
StreamingSchema |
_assembly_fetch_mojo_pipeline(java.lang.String assemblyId,
java.lang.String fileName)
Generate a MOJO 2 pipeline artifact from the Assembly
|
AssemblyV99 |
_assembly_fit()
Fit an assembly to an input frame
|
AssemblyV99 |
_assembly_fit(AssemblyV99 params) |
AssemblyV99 |
_assembly_toJava(AssemblyV99 params) |
AssemblyV99 |
_assembly_toJava(java.lang.String assemblyId,
java.lang.String fileName)
Generate a Java POJO from the Assembly
|
JobV3 |
_dctTransformer_run(DCTTransformerV3 params) |
JobV3 |
_dctTransformer_run(FrameKeyV3 dataset,
int[] dimensions)
Row-by-row discrete cosine transforms in 1D, 2D and 3D.
|
DownloadDataV3 |
_downloadDataset_fetch(FrameKeyV3 frameId)
Download dataset as a CSV.
|
DownloadDataV3 |
_downloadDataset_fetch(FrameKeyV3 frameId,
boolean hexString) |
DownloadDataV3 |
_downloadDataset_fetch(FrameKeyV3 frameId,
boolean hexString,
java.lang.String _excludeFields) |
DownloadDataV3 |
_downloadDataset_fetchStreaming(FrameKeyV3 frameId)
Download dataset as a CSV.
|
DownloadDataV3 |
_downloadDataset_fetchStreaming(FrameKeyV3 frameId,
boolean hexString) |
DownloadDataV3 |
_downloadDataset_fetchStreaming(FrameKeyV3 frameId,
boolean hexString,
java.lang.String _excludeFields) |
JobV3 |
_missingInserter_run(FrameKeyV3 dataset,
double fraction)
Insert missing values.
|
JobV3 |
_missingInserter_run(MissingInserterV3 params) |
ModelMetricsListSchemaV3 |
_mmDelete1(ModelKeyV3 model,
FrameKeyV3 frame)
Return the saved scoring metrics for the specified Model and Frame.
|
ModelMetricsListSchemaV3 |
_mmDelete1(ModelMetricsListSchemaV3 params) |
ModelMetricsListSchemaV3 |
_mmFetch1(ModelKeyV3 model,
FrameKeyV3 frame)
Return the saved scoring metrics for the specified Model and Frame.
|
ModelMetricsListSchemaV3 |
_mmFetch1(ModelMetricsListSchemaV3 params) |
CloudV3 |
_sample_status()
Example of an experimental endpoint.
|
CloudV3 |
_sample_status(boolean skipTicks) |
CloudV3 |
_sample_status(boolean skipTicks,
java.lang.String _excludeFields) |
TabulateV3 |
_tabulate_run(FrameKeyV3 dataset,
ColSpecifierV3 predictor,
ColSpecifierV3 response)
Tabulate one column vs another.
|
TabulateV3 |
_tabulate_run(TabulateV3 params) |
AboutV3 |
about()
Return information about this H2O cluster.
|
AboutV3 |
about(java.lang.String _excludeFields) |
JobsV3 |
cancelJob(JobKeyV3 jobId)
Cancel a running job.
|
JobsV3 |
cancelJob(JobKeyV3 jobId,
java.lang.String _excludeFields) |
CloudLockV3 |
cloudLock()
Lock the cloud.
|
CloudLockV3 |
cloudLock(java.lang.String reason) |
CloudLockV3 |
cloudLock(java.lang.String reason,
java.lang.String _excludeFields) |
CloudV3 |
cloudStatus()
Determine the status of the nodes in the H2O cloud.
|
CloudV3 |
cloudStatus(boolean skipTicks) |
CloudV3 |
cloudStatus(boolean skipTicks,
java.lang.String _excludeFields) |
CloudV3 |
cloudStatusMinimal()
Determine the status of the nodes in the H2O cloud.
|
CloudV3 |
cloudStatusMinimal(boolean skipTicks) |
CloudV3 |
cloudStatusMinimal(boolean skipTicks,
java.lang.String _excludeFields) |
static void |
copyFields(java.lang.Object to,
java.lang.Object from) |
JobV3 |
createFrame()
Create a synthetic H2O Frame with random data.
|
JobV3 |
createFrame(CreateFrameV3 params) |
JobV4 |
createSimpleFrame()
Create frame with random (uniformly distributed) data.
|
JobV4 |
createSimpleFrame(CreateFrameSimpleIV4 params) |
FramesV3 |
deleteAllFrames()
Delete all Frames from the H2O distributed K/V store.
|
FramesV3 |
deleteAllFrames(FramesV3 params) |
RemoveAllV3 |
deleteAllKeys()
Remove all keys from the H2O distributed K/V store.
|
RemoveAllV3 |
deleteAllKeys(KeyV3[] retainedKeys) |
RemoveAllV3 |
deleteAllKeys(KeyV3[] retainedKeys,
java.lang.String _excludeFields) |
ModelsV3 |
deleteAllModels()
Delete all Models from the H2O distributed K/V store.
|
ModelsV3 |
deleteAllModels(ModelsV3 params) |
FramesV3 |
deleteFrame(FrameKeyV3 frameId)
Delete the specified Frame from the H2O distributed K/V store.
|
FramesV3 |
deleteFrame(FramesV3 params) |
RemoveV3 |
deleteKey(KeyV3 key)
Remove an arbitrary key from the H2O distributed K/V store.
|
RemoveV3 |
deleteKey(KeyV3 key,
boolean cascade) |
RemoveV3 |
deleteKey(KeyV3 key,
boolean cascade,
java.lang.String _excludeFields) |
ModelsV3 |
deleteModel(ModelKeyV3 modelId)
Delete the specified Model from the H2O distributed K/V store.
|
ModelsV3 |
deleteModel(ModelsV3 params) |
MetadataV3 |
endpoint(MetadataV3 params) |
MetadataV3 |
endpoint(java.lang.String path)
Return the REST API endpoint metadata, including documentation, for the endpoint specified by path or index.
|
MetadataV3 |
endpoints()
Return the list of (almost) all REST API endpoints.
|
MetadataV3 |
endpoints(MetadataV3 params) |
EndpointsListV4 |
endpoints4()
Returns the list of all REST API (v4) endpoints.
|
EndpointsListV4 |
endpoints4(java.lang.String __schema) |
InitIDV3 |
endSession()
End a session.
|
InitIDV3 |
endSession(java.lang.String sessionKey) |
InitIDV3 |
endSession(java.lang.String sessionKey,
java.lang.String _excludeFields) |
InitIDV3 |
endSession4(java.lang.String sessionKey)
Close the Rapids session.
|
InitIDV3 |
endSession4(java.lang.String sessionKey,
java.lang.String _excludeFields) |
GridKeyV3 |
export_grid(GridExportV3 params) |
GridKeyV3 |
export_grid(java.lang.String gridId,
java.lang.String gridDirectory)
Export a Grid and its models.
|
FramesV3 |
exportFrame(FrameKeyV3 frameId)
Export a Frame to the given path with optional overwrite.
|
FramesV3 |
exportFrame(FramesV3 params) |
ModelExportV3 |
exportModel(ModelExportV3 params) |
ModelExportV3 |
exportModel(ModelKeyV3 modelId)
Export given model.
|
ModelExportV3 |
exportModelDetails(ModelExportV3 params) |
ModelExportV3 |
exportModelDetails(ModelKeyV3 modelId)
Export given model details in json format.
|
ModelExportV3 |
exportMojo(ModelExportV3 params) |
ModelExportV3 |
exportMojo(ModelKeyV3 modelId)
Export given model as Mojo.
|
PartialDependenceV3 |
fetchPDP(java.lang.String name)
Fetch partial dependence data.
|
PartialDependenceV3 |
fetchPDP(java.lang.String name,
java.lang.String type,
java.lang.String url) |
FindV3 |
findInFrame(FindV3 params) |
FindV3 |
findInFrame(FrameV3 key,
long row)
Find a value within a Frame.
|
FramesV3 |
frame(FrameKeyV3 frameId)
Return the specified Frame.
|
FramesV3 |
frame(FramesV3 params) |
FrameChunksV3 |
frameChunks(FrameKeyV3 frameId)
Return information about chunks for a given frame.
|
FramesV3 |
frameColumn(FrameKeyV3 frameId,
java.lang.String column)
Return the specified column from a Frame.
|
FramesV3 |
frameColumn(FramesV3 params) |
FramesV3 |
frameColumnDomain(FrameKeyV3 frameId,
java.lang.String column)
Return the domains for the specified categorical column ("null" if the column is not a categorical).
|
FramesV3 |
frameColumnDomain(FramesV3 params) |
FramesV3 |
frameColumns(FrameKeyV3 frameId)
Return all the columns from a Frame.
|
FramesV3 |
frameColumns(FramesV3 params) |
FramesV3 |
frameColumnSummary(FrameKeyV3 frameId,
java.lang.String column)
Return the summary metrics for a column, e.g.
|
FramesV3 |
frameColumnSummary(FramesV3 params) |
FramesListV3 |
frames()
Return all Frames in the H2O distributed K/V store.
|
FramesListV3 |
frames(FrameKeyV3 frameId) |
FramesListV3 |
frames(FrameKeyV3 frameId,
java.lang.String _excludeFields) |
FramesV3 |
frameSummary(FrameKeyV3 frameId)
Return a Frame, including the histograms, after forcing computation of rollups.
|
FramesV3 |
frameSummary(FramesV3 params) |
GarbageCollectV3 |
garbageCollect()
Explicitly call System.gc().
|
JobV3 |
generateInteractions(int maxFactors)
Create interactions between categorical columns.
|
JobV3 |
generateInteractions(InteractionV3 params) |
TreeV3 |
get_tree(ModelKeyV3 model,
int treeNumber)
Obtain a traverseable representation of a specific tree
|
TreeV3 |
get_tree(TreeV3 params) |
JobV4 |
getJob4(java.lang.String jobId)
Retrieve information about the current state of a job.
|
JobV4 |
getJob4(java.lang.String jobId,
java.lang.String _fields) |
SessionPropertyV3 |
getSessionProperty()
Get session property.
|
SessionPropertyV3 |
getSessionProperty(SessionPropertyV3 params) |
DataInfoFrameV3 |
glm_datainfo_frame()
Test only
|
DataInfoFrameV3 |
glm_datainfo_frame(DataInfoFrameV3 params) |
GLMRegularizationPathV3 |
glm_regularization_path(GLMRegularizationPathV3 params) |
GLMRegularizationPathV3 |
glm_regularization_path(ModelKeyV3 model)
Get full regularization path
|
AdaBoostV3 |
grid_search_adaboost_resume()
Resume grid search for AdaBoost model.
|
AdaBoostV3 |
grid_search_adaboost_resume(AdaBoostParametersV3 params) |
AdaBoostV3 |
grid_search_adaboost()
Run grid search for AdaBoost model.
|
AdaBoostV3 |
grid_search_adaboost(AdaBoostParametersV3 params) |
AggregatorV99 |
grid_search_aggregator_resume()
Resume grid search for Aggregator model.
|
AggregatorV99 |
grid_search_aggregator_resume(AggregatorParametersV99 params) |
AggregatorV99 |
grid_search_aggregator()
Run grid search for Aggregator model.
|
AggregatorV99 |
grid_search_aggregator(AggregatorParametersV99 params) |
ANOVAGLMV3 |
grid_search_anovaglm_resume()
Resume grid search for ANOVAGLM model.
|
ANOVAGLMV3 |
grid_search_anovaglm_resume(ANOVAGLMParametersV3 params) |
ANOVAGLMV3 |
grid_search_anovaglm()
Run grid search for ANOVAGLM model.
|
ANOVAGLMV3 |
grid_search_anovaglm(ANOVAGLMParametersV3 params) |
CoxPHV3 |
grid_search_coxph_resume()
Resume grid search for CoxPH model.
|
CoxPHV3 |
grid_search_coxph_resume(CoxPHParametersV3 params) |
CoxPHV3 |
grid_search_coxph()
Run grid search for CoxPH model.
|
CoxPHV3 |
grid_search_coxph(CoxPHParametersV3 params) |
DeepLearningV3 |
grid_search_deeplearning_resume()
Resume grid search for DeepLearning model.
|
DeepLearningV3 |
grid_search_deeplearning_resume(DeepLearningParametersV3 params) |
DeepLearningV3 |
grid_search_deeplearning()
Run grid search for DeepLearning model.
|
DeepLearningV3 |
grid_search_deeplearning(DeepLearningParametersV3 params) |
DRFV3 |
grid_search_drf_resume()
Resume grid search for DRF model.
|
DRFV3 |
grid_search_drf_resume(DRFParametersV3 params) |
DRFV3 |
grid_search_drf()
Run grid search for DRF model.
|
DRFV3 |
grid_search_drf(DRFParametersV3 params) |
DTV3 |
grid_search_dt_resume()
Resume grid search for DT model.
|
DTV3 |
grid_search_dt_resume(DTParametersV3 params) |
DTV3 |
grid_search_dt()
Run grid search for DT model.
|
DTV3 |
grid_search_dt(DTParametersV3 params) |
ExtendedIsolationForestV3 |
grid_search_extendedisolationforest_resume()
Resume grid search for ExtendedIsolationForest model.
|
ExtendedIsolationForestV3 |
grid_search_extendedisolationforest_resume(ExtendedIsolationForestParametersV3 params) |
ExtendedIsolationForestV3 |
grid_search_extendedisolationforest()
Run grid search for ExtendedIsolationForest model.
|
ExtendedIsolationForestV3 |
grid_search_extendedisolationforest(ExtendedIsolationForestParametersV3 params) |
GAMV3 |
grid_search_gam_resume(GAMParametersV3 params) |
GAMV3 |
grid_search_gam_resume(java.lang.String[][] gamColumns)
Resume grid search for GAM model.
|
GAMV3 |
grid_search_gam(GAMParametersV3 params) |
GAMV3 |
grid_search_gam(java.lang.String[][] gamColumns)
Run grid search for GAM model.
|
GBMV3 |
grid_search_gbm_resume()
Resume grid search for GBM model.
|
GBMV3 |
grid_search_gbm_resume(GBMParametersV3 params) |
GBMV3 |
grid_search_gbm()
Run grid search for GBM model.
|
GBMV3 |
grid_search_gbm(GBMParametersV3 params) |
GenericV3 |
grid_search_generic_resume()
Resume grid search for Generic model.
|
GenericV3 |
grid_search_generic_resume(GenericParametersV3 params) |
GenericV3 |
grid_search_generic()
Run grid search for Generic model.
|
GenericV3 |
grid_search_generic(GenericParametersV3 params) |
GLMV3 |
grid_search_glm_resume()
Resume grid search for GLM model.
|
GLMV3 |
grid_search_glm_resume(GLMParametersV3 params) |
GLMV3 |
grid_search_glm()
Run grid search for GLM model.
|
GLMV3 |
grid_search_glm(GLMParametersV3 params) |
GLRMV3 |
grid_search_glrm_resume(GLRMParametersV3 params) |
GLRMV3 |
grid_search_glrm_resume(int k)
Resume grid search for GLRM model.
|
GLRMV3 |
grid_search_glrm(GLRMParametersV3 params) |
GLRMV3 |
grid_search_glrm(int k)
Run grid search for GLRM model.
|
InfogramV3 |
grid_search_infogram_resume()
Resume grid search for Infogram model.
|
InfogramV3 |
grid_search_infogram_resume(InfogramParametersV3 params) |
InfogramV3 |
grid_search_infogram()
Run grid search for Infogram model.
|
InfogramV3 |
grid_search_infogram(InfogramParametersV3 params) |
IsolationForestV3 |
grid_search_isolationforest_resume()
Resume grid search for IsolationForest model.
|
IsolationForestV3 |
grid_search_isolationforest_resume(IsolationForestParametersV3 params) |
IsolationForestV3 |
grid_search_isolationforest()
Run grid search for IsolationForest model.
|
IsolationForestV3 |
grid_search_isolationforest(IsolationForestParametersV3 params) |
IsotonicRegressionV3 |
grid_search_isotonicregression_resume()
Resume grid search for IsotonicRegression model.
|
IsotonicRegressionV3 |
grid_search_isotonicregression_resume(IsotonicRegressionParametersV3 params) |
IsotonicRegressionV3 |
grid_search_isotonicregression()
Run grid search for IsotonicRegression model.
|
IsotonicRegressionV3 |
grid_search_isotonicregression(IsotonicRegressionParametersV3 params) |
KMeansV3 |
grid_search_kmeans_resume()
Resume grid search for KMeans model.
|
KMeansV3 |
grid_search_kmeans_resume(KMeansParametersV3 params) |
KMeansV3 |
grid_search_kmeans()
Run grid search for KMeans model.
|
KMeansV3 |
grid_search_kmeans(KMeansParametersV3 params) |
ModelSelectionV3 |
grid_search_modelselection_resume()
Resume grid search for ModelSelection model.
|
ModelSelectionV3 |
grid_search_modelselection_resume(ModelSelectionParametersV3 params) |
ModelSelectionV3 |
grid_search_modelselection()
Run grid search for ModelSelection model.
|
ModelSelectionV3 |
grid_search_modelselection(ModelSelectionParametersV3 params) |
NaiveBayesV3 |
grid_search_naivebayes_resume()
Resume grid search for NaiveBayes model.
|
NaiveBayesV3 |
grid_search_naivebayes_resume(NaiveBayesParametersV3 params) |
NaiveBayesV3 |
grid_search_naivebayes()
Run grid search for NaiveBayes model.
|
NaiveBayesV3 |
grid_search_naivebayes(NaiveBayesParametersV3 params) |
PCAV3 |
grid_search_pca_resume(int k)
Resume grid search for PCA model.
|
PCAV3 |
grid_search_pca_resume(PCAParametersV3 params) |
PCAV3 |
grid_search_pca(int k)
Run grid search for PCA model.
|
PCAV3 |
grid_search_pca(PCAParametersV3 params) |
PSVMV3 |
grid_search_psvm_resume()
Resume grid search for PSVM model.
|
PSVMV3 |
grid_search_psvm_resume(PSVMParametersV3 params) |
PSVMV3 |
grid_search_psvm()
Run grid search for PSVM model.
|
PSVMV3 |
grid_search_psvm(PSVMParametersV3 params) |
RuleFitV3 |
grid_search_rulefit_resume()
Resume grid search for RuleFit model.
|
RuleFitV3 |
grid_search_rulefit_resume(RuleFitParametersV3 params) |
RuleFitV3 |
grid_search_rulefit()
Run grid search for RuleFit model.
|
RuleFitV3 |
grid_search_rulefit(RuleFitParametersV3 params) |
StackedEnsembleV99 |
grid_search_stackedensemble_resume(KeyV3[] baseModels)
Resume grid search for StackedEnsemble model.
|
StackedEnsembleV99 |
grid_search_stackedensemble_resume(StackedEnsembleParametersV99 params) |
StackedEnsembleV99 |
grid_search_stackedensemble(KeyV3[] baseModels)
Run grid search for StackedEnsemble model.
|
StackedEnsembleV99 |
grid_search_stackedensemble(StackedEnsembleParametersV99 params) |
SVDV99 |
grid_search_svd_resume()
Resume grid search for SVD model.
|
SVDV99 |
grid_search_svd_resume(SVDParametersV99 params) |
SVDV99 |
grid_search_svd()
Run grid search for SVD model.
|
SVDV99 |
grid_search_svd(SVDParametersV99 params) |
TargetEncoderV3 |
grid_search_targetencoder_resume()
Resume grid search for TargetEncoder model.
|
TargetEncoderV3 |
grid_search_targetencoder_resume(TargetEncoderParametersV3 params) |
TargetEncoderV3 |
grid_search_targetencoder()
Run grid search for TargetEncoder model.
|
TargetEncoderV3 |
grid_search_targetencoder(TargetEncoderParametersV3 params) |
UpliftDRFV3 |
grid_search_upliftdrf_resume(java.lang.String treatmentColumn)
Resume grid search for UpliftDRF model.
|
UpliftDRFV3 |
grid_search_upliftdrf_resume(UpliftDRFParametersV3 params) |
UpliftDRFV3 |
grid_search_upliftdrf(java.lang.String treatmentColumn)
Run grid search for UpliftDRF model.
|
UpliftDRFV3 |
grid_search_upliftdrf(UpliftDRFParametersV3 params) |
Word2VecV3 |
grid_search_word2vec_resume()
Resume grid search for Word2Vec model.
|
Word2VecV3 |
grid_search_word2vec_resume(Word2VecParametersV3 params) |
Word2VecV3 |
grid_search_word2vec()
Run grid search for Word2Vec model.
|
Word2VecV3 |
grid_search_word2vec(Word2VecParametersV3 params) |
XGBoostV3 |
grid_search_xgboost_resume()
Resume grid search for XGBoost model.
|
XGBoostV3 |
grid_search_xgboost_resume(XGBoostParametersV3 params) |
XGBoostV3 |
grid_search_xgboost()
Run grid search for XGBoost model.
|
XGBoostV3 |
grid_search_xgboost(XGBoostParametersV3 params) |
GridSchemaV99 |
grid(GridKeyV3 gridId)
Return the specified grid search result.
|
GridSchemaV99 |
grid(GridSchemaV99 params) |
GridsV99 |
grids()
Return all grids from H2O distributed K/V store.
|
ParseSetupV3 |
guessParseSetup(FrameKeyV3[] sourceFrames)
Guess the parameters for parsing raw byte-oriented data into an H2O Frame.
|
ParseSetupV3 |
guessParseSetup(ParseSetupV3 params) |
GridKeyV3 |
import_grid(java.lang.String gridPath)
Import previously saved grid model
|
GridKeyV3 |
import_grid(java.lang.String gridPath,
boolean loadParamsReferences) |
ImportFilesV3 |
importFiles(java.lang.String path)
Import raw data files into a single-column H2O Frame.
|
ImportFilesV3 |
importFiles(java.lang.String path,
java.lang.String pattern) |
ImportFilesV3 |
importFiles(java.lang.String path,
java.lang.String pattern,
java.lang.String _excludeFields) |
ImportFilesMultiV3 |
importFilesMulti(java.lang.String[] paths)
Import raw data files from multiple directories (or different data sources) into a single-column H2O Frame.
|
ImportFilesMultiV3 |
importFilesMulti(java.lang.String[] paths,
java.lang.String pattern) |
ImportFilesMultiV3 |
importFilesMulti(java.lang.String[] paths,
java.lang.String pattern,
java.lang.String _excludeFields) |
JobV3 |
importHiveTable(ImportHiveTableV3 params) |
JobV3 |
importHiveTable(java.lang.String table)
Import Hive table into an H2O Frame.
|
ModelsV3 |
importModel(ModelImportV3 params) |
ModelsV3 |
importModel(ModelKeyV3 modelId)
Import given binary model into H2O.
|
JobV3 |
importSqlTable(ImportSQLTableV99 params) |
JobV3 |
importSqlTable(java.lang.String connectionUrl,
java.lang.String username,
java.lang.String password)
Import SQL table into an H2O Frame.
|
JobsV3 |
job(JobKeyV3 jobId)
Get the status of the given H2O Job (long-running action).
|
JobsV3 |
job(JobKeyV3 jobId,
java.lang.String _excludeFields) |
JobsV3 |
jobs()
Get a list of all the H2O Jobs (long-running actions).
|
JobsV3 |
jobs(JobKeyV3 jobId) |
JobsV3 |
jobs(JobKeyV3 jobId,
java.lang.String _excludeFields) |
static java.lang.String[] |
keyArrayToStringArray(KeyV3[] keys)
Return an array of Strings for an array of keys.
|
static java.lang.String |
keyToString(KeyV3 key) |
LeaderboardV99 |
leaderboard(java.lang.String projectName)
Return the AutoML leaderboard for the given project.
|
LeaderboardV99 |
leaderboard(java.lang.String projectName,
java.lang.String[] extensions) |
LeaderboardV99 |
leaderboard(java.lang.String projectName,
java.lang.String[] extensions,
java.lang.String _excludeFields) |
LeaderboardsV99 |
leaderboards()
Return all the AutoML leaderboards.
|
LeaderboardsV99 |
leaderboards(java.lang.String projectName,
java.lang.String[] extensions) |
LeaderboardsV99 |
leaderboards(java.lang.String projectName,
java.lang.String[] extensions,
java.lang.String _excludeFields) |
FramesV3 |
lightFrame(FrameKeyV3 frameId)
Return a basic info about Frame to fill client Rapid expression cache.
|
FramesV3 |
lightFrame(FramesV3 params) |
CapabilitiesV3 |
list_all_capabilities()
List of all registered capabilities
|
CapabilitiesV3 |
list_all_capabilities(java.lang.String _excludeFields) |
CapabilitiesV3 |
list_core_capabilities()
List registered core capabilities
|
CapabilitiesV3 |
list_core_capabilities(java.lang.String _excludeFields) |
CapabilitiesV3 |
list_rest_capabilities()
List of all registered Rest API capabilities
|
CapabilitiesV3 |
list_rest_capabilities(java.lang.String _excludeFields) |
FrameLoadV3 |
loadFrame()
Load a frame from data on given path.
|
FrameLoadV3 |
loadFrame(FrameLoadV3 params) |
LogAndEchoV3 |
logAndEcho()
Save a message to the H2O logfile.
|
LogAndEchoV3 |
logAndEcho(java.lang.String message) |
LogAndEchoV3 |
logAndEcho(java.lang.String message,
java.lang.String _excludeFields) |
LogsV3 |
logs(java.lang.String nodeidx,
java.lang.String name)
Get named log file for a node.
|
LogsV3 |
logs(java.lang.String nodeidx,
java.lang.String name,
java.lang.String _excludeFields) |
KillMinus3V3 |
logThreadDump()
Kill minus 3 on *this* node
|
KillMinus3V3 |
logThreadDump(java.lang.String _excludeFields) |
GLMModelV3 |
make_glm_model(MakeGLMModelV3 params) |
GLMModelV3 |
make_glm_model(ModelKeyV3 model,
java.lang.String[] names,
double[] beta)
Make a new GLM model based on existing one
|
FeatureInteractionV3 |
makeFI(FeatureInteractionV3 params) |
FeatureInteractionV3 |
makeFI(int maxInteractionDepth,
int maxTreeDepth,
int maxDeepening)
Fetch feature interaction data
|
FriedmanPopescusHV3 |
makeH(FrameV3 frame,
java.lang.String[] variables)
Fetch Friedman Popescus H.
|
FriedmanPopescusHV3 |
makeH(FriedmanPopescusHV3 params) |
ModelMetricsMakerSchemaV3 |
makeMetrics(ModelMetricsMakerSchemaV3 params) |
ModelMetricsMakerSchemaV3 |
makeMetrics(java.lang.String predictionsFrame,
java.lang.String actualsFrame)
Create a ModelMetrics object from the predicted and actual values, and a domain for classification problems or a
distribution family for regression problems.
|
JobV3 |
makePDP()
Create data for partial dependence plot(s) for the specified model and frame.
|
JobV3 |
makePDP(PartialDependenceV3 params) |
SignificantRulesV3 |
makeRules()
Fetch significant rules table.
|
SignificantRulesV3 |
makeRules(ModelKeyV3 modelId) |
SignificantRulesV3 |
makeRules(ModelKeyV3 modelId,
java.lang.String _excludeFields) |
ModelsV3 |
model(ModelKeyV3 modelId)
Return the specified Model from the H2O distributed K/V store, optionally with the list of compatible Frames.
|
ModelsV3 |
model(ModelsV3 params) |
StreamingSchema |
modelBinary(ModelKeyV3 modelId)
Return the model in the binary format.
|
StreamingSchema |
modelBinary(ModelsV3 params) |
ModelBuildersV3 |
modelBuilder(java.lang.String algo)
Return the Model Builder metadata for the specified algorithm.
|
ModelBuildersV3 |
modelBuilder(java.lang.String algo,
java.lang.String _excludeFields) |
ModelBuildersV3 |
modelBuilders()
Return the Model Builder metadata for all available algorithms.
|
ModelBuildersV3 |
modelBuilders(java.lang.String algo) |
ModelBuildersV3 |
modelBuilders(java.lang.String algo,
java.lang.String _excludeFields) |
StreamingSchema |
modelJavaCode(ModelKeyV3 modelId)
[DEPRECATED] Return the stream containing model implementation in Java code.
|
StreamingSchema |
modelJavaCode(ModelsV3 params) |
StreamingSchema |
modelMojo(ModelKeyV3 modelId)
Return the model in the MOJO format.
|
StreamingSchema |
modelMojo(ModelsV3 params) |
StreamingSchema |
modelPreview(ModelKeyV3 modelId)
Return potentially abridged model suitable for viewing in a browser (currently only used for java model code).
|
StreamingSchema |
modelPreview(ModelsV3 params) |
ModelsV3 |
models()
Return all Models from the H2O distributed K/V store.
|
ModelsV3 |
models(ModelsV3 params) |
ModelsInfoV4 |
modelsInfo()
Return basic information about all models available to train.
|
ModelsInfoV4 |
modelsInfo(java.lang.String __schema) |
ModelIdV3 |
newModelId(java.lang.String algo)
Return a new unique model_id for the specified algorithm.
|
ModelIdV3 |
newModelId(java.lang.String algo,
java.lang.String _excludeFields) |
InitIDV3 |
newSession()
Issue a new session ID.
|
InitIDV3 |
newSession(java.lang.String sessionKey) |
InitIDV3 |
newSession(java.lang.String sessionKey,
java.lang.String _excludeFields) |
SessionIdV4 |
newSession4()
Start a new Rapids session, and return the session id.
|
SessionIdV4 |
newSession4(java.lang.String _fields) |
NodePersistentStorageV3 |
npsContains(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsContains(java.lang.String category,
java.lang.String name)
Return true or false.
|
NodePersistentStorageV3 |
npsCreateCategory(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsCreateCategory(java.lang.String category)
Store a value.
|
NodePersistentStorageV3 |
npsEnabled()
Return true or false.
|
NodePersistentStorageV3 |
npsEnabled(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsGet(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsGet(java.lang.String category,
java.lang.String name)
Return value for a given name.
|
NodePersistentStorageV3 |
npsKeys(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsKeys(java.lang.String category)
Return all keys stored for a given category.
|
NodePersistentStorageV3 |
npsPut(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsPut(java.lang.String category,
java.lang.String name)
Store a named value.
|
NodePersistentStorageV3 |
npsRemove(NodePersistentStorageV3 params) |
NodePersistentStorageV3 |
npsRemove(java.lang.String category,
java.lang.String name)
Delete a key.
|
ParseV3 |
parse(ParseV3 params)
Parse a raw byte-oriented Frame into a useful columnar data Frame.
|
JobV3 |
parseSvmLight(FrameKeyV3[] sourceFrames)
Parse a raw byte-oriented Frame into a useful columnar data Frame.
|
JobV3 |
parseSvmLight(FrameKeyV3 destinationFrame,
FrameKeyV3[] sourceFrames) |
JobV3 |
parseSvmLight(FrameKeyV3 destinationFrame,
FrameKeyV3[] sourceFrames,
java.lang.String _excludeFields) |
PingV3 |
ping()
The endpoint used to let H2O know from external services that it should keep running.
|
PingV3 |
ping(java.lang.String _excludeFields) |
JobV3 |
predict_async(ModelKeyV3 model,
FrameKeyV3 frame)
Score (generate predictions) for the specified Frame with the specified Model.
|
JobV3 |
predict_async(ModelMetricsListSchemaV3 params) |
ModelMetricsListSchemaV3 |
predict(ModelKeyV3 model,
FrameKeyV3 frame)
Score (generate predictions) for the specified Frame with the specified Model.
|
ModelMetricsListSchemaV3 |
predict(ModelMetricsListSchemaV3 params) |
ProfilerV3 |
profiler(int depth)
Report real-time profiling information for all nodes (sorted, aggregated stack traces).
|
ProfilerV3 |
profiler(int depth,
java.lang.String _excludeFields) |
RapidsHelpV3 |
rapids_help()
Produce help for Rapids AstRoot language.
|
RapidsSchemaV3 |
rapidsExec(RapidsSchemaV3 params) |
RapidsSchemaV3 |
rapidsExec(java.lang.String ast)
Execute an Rapids AstRoot.
|
ResumeV3 |
recovery_resume()
Recover stored state and resume interrupted job.
|
ResumeV3 |
recovery_resume(java.lang.String recoveryDir) |
StreamingSchema |
remote_xgb_booster()
Remote XGBoost execution - get booster
|
StreamingSchema |
remote_xgb_booster(KeyV3 key,
java.lang.String data) |
XGBoostExecRespV3 |
remote_xgb_cleanup()
Remote XGBoost execution - cleanup
|
XGBoostExecRespV3 |
remote_xgb_cleanup(KeyV3 key,
java.lang.String data) |
XGBoostExecRespV3 |
remote_xgb_init()
Remote XGBoost execution - init
|
XGBoostExecRespV3 |
remote_xgb_init(KeyV3 key,
java.lang.String data) |
XGBoostExecRespV3 |
remote_xgb_metric()
Remote XGBoost execution - getEvalMetric
|
XGBoostExecRespV3 |
remote_xgb_metric(KeyV3 key,
java.lang.String data) |
StreamingSchema |
remote_xgb_setup()
Remote XGBoost execution - setup
|
StreamingSchema |
remote_xgb_setup(KeyV3 key,
java.lang.String data) |
XGBoostExecRespV3 |
remote_xgb_update()
Remote XGBoost execution - update
|
XGBoostExecRespV3 |
remote_xgb_update(KeyV3 key,
java.lang.String data) |
PersistS3CredentialsV3 |
remove_s3_credentials(java.lang.String secretKeyId,
java.lang.String secretAccessKey)
Remove store Amazon S3 credentials
|
PersistS3CredentialsV3 |
remove_s3_credentials(java.lang.String secretKeyId,
java.lang.String secretAccessKey,
java.lang.String sessionToken) |
FrameSaveV3 |
saveFrame(FrameKeyV3 frameId)
Save frame data to the given path.
|
FrameSaveV3 |
saveFrame(FrameSaveV3 params) |
SaveToHiveTableV3 |
saveToHiveTable(FrameKeyV3 frameId,
java.lang.String jdbcUrl,
java.lang.String tableName)
Save an H2O Frame contents into a Hive table.
|
SaveToHiveTableV3 |
saveToHiveTable(SaveToHiveTableV3 params) |
MetadataV3 |
schema(MetadataV3 params) |
MetadataV3 |
schema(java.lang.String schemaname)
Return the REST API schema metadata for specified schema.
|
MetadataV3 |
schemaForClass(MetadataV3 params) |
MetadataV3 |
schemaForClass(java.lang.String classname)
Return the REST API schema metadata for specified schema class.
|
MetadataV3 |
schemas()
Return list of all REST API schemas.
|
MetadataV3 |
schemas(MetadataV3 params) |
ModelMetricsListSchemaV3 |
score(ModelKeyV3 model,
FrameKeyV3 frame)
Return the scoring metrics for the specified Frame with the specified Model.
|
ModelMetricsListSchemaV3 |
score(ModelMetricsListSchemaV3 params) |
PersistS3CredentialsV3 |
set_s3_credentials(java.lang.String secretKeyId,
java.lang.String secretAccessKey)
Set Amazon S3 credentials (Secret Key ID, Secret Access Key)
|
PersistS3CredentialsV3 |
set_s3_credentials(java.lang.String secretKeyId,
java.lang.String secretAccessKey,
java.lang.String sessionToken) |
H2oApi |
setJobPollInterval(int millis)
Set time interval for job polling in
waitForJobCompletion(JobKeyV3). |
SessionPropertyV3 |
setSessionProperty()
Set session property.
|
SessionPropertyV3 |
setSessionProperty(SessionPropertyV3 params) |
H2oApi |
setTimeout(int t) |
DecryptionSetupV3 |
setupDecryption()
Install a decryption tool for parsing of encrypted data.
|
DecryptionSetupV3 |
setupDecryption(DecryptionSetupV3 params) |
H2oApi |
setUrl(java.lang.String url) |
ShutdownV3 |
shutdownCluster()
Shut down the cluster.
|
ShutdownV3 |
shutdownCluster(java.lang.String _excludeFields) |
SplitFrameV3 |
splitFrame()
Split an H2O Frame.
|
SplitFrameV3 |
splitFrame(SplitFrameV3 params) |
JStackV3 |
stacktraces()
Report stack traces for all threads on all nodes.
|
JStackV3 |
stacktraces(java.lang.String _excludeFields) |
SteamMetricsV3 |
steamMetrics()
Get metrics for Steam from H2O.
|
SteamMetricsV3 |
steamMetrics(java.lang.String _excludeFields) |
static <T extends KeyV3> |
stringArrayToKeyArray(java.lang.String[] ids,
java.lang.Class<T> clz)
Return an array of keys from an array of Strings.
|
static java.lang.String |
stringToCol(java.lang.String col) |
static FrameKeyV3 |
stringToFrameKey(java.lang.String key) |
FrameKeyV3 |
target_encoder_transform()
Transform using give TargetEncoderModel
|
FrameKeyV3 |
target_encoder_transform(TargetEncoderTransformParametersV3 params) |
NetworkTestV3 |
testNetwork()
Run a network test to measure the performance of the cluster interconnect.
|
NetworkTestV3 |
testNetwork(java.lang.String _excludeFields) |
TimelineV3 |
timeline()
Debugging tool that provides information on current communication between nodes.
|
TimelineV3 |
timeline(java.lang.String _excludeFields) |
AdaBoostV3 |
train_adaboost()
Train a AdaBoost model.
|
AdaBoostV3 |
train_adaboost(AdaBoostParametersV3 params) |
AggregatorV99 |
train_aggregator()
Train a Aggregator model.
|
AggregatorV99 |
train_aggregator(AggregatorParametersV99 params) |
ANOVAGLMV3 |
train_anovaglm()
Train a ANOVAGLM model.
|
ANOVAGLMV3 |
train_anovaglm(ANOVAGLMParametersV3 params) |
CoxPHV3 |
train_coxph()
Train a CoxPH model.
|
CoxPHV3 |
train_coxph(CoxPHParametersV3 params) |
DeepLearningV3 |
train_deeplearning()
Train a DeepLearning model.
|
DeepLearningV3 |
train_deeplearning(DeepLearningParametersV3 params) |
DRFV3 |
train_drf()
Train a DRF model.
|
DRFV3 |
train_drf(DRFParametersV3 params) |
DTV3 |
train_dt()
Train a DT model.
|
DTV3 |
train_dt(DTParametersV3 params) |
ExtendedIsolationForestV3 |
train_extendedisolationforest()
Train a ExtendedIsolationForest model.
|
ExtendedIsolationForestV3 |
train_extendedisolationforest(ExtendedIsolationForestParametersV3 params) |
GAMV3 |
train_gam(GAMParametersV3 params) |
GAMV3 |
train_gam(java.lang.String[][] gamColumns)
Train a GAM model.
|
GBMV3 |
train_gbm()
Train a GBM model.
|
GBMV3 |
train_gbm(GBMParametersV3 params) |
GenericV3 |
train_generic()
Train a Generic model.
|
GenericV3 |
train_generic(GenericParametersV3 params) |
GLMV3 |
train_glm()
Train a GLM model.
|
GLMV3 |
train_glm(GLMParametersV3 params) |
GLRMV3 |
train_glrm(GLRMParametersV3 params) |
GLRMV3 |
train_glrm(int k)
Train a GLRM model.
|
InfogramV3 |
train_infogram()
Train a Infogram model.
|
InfogramV3 |
train_infogram(InfogramParametersV3 params) |
IsolationForestV3 |
train_isolationforest()
Train a IsolationForest model.
|
IsolationForestV3 |
train_isolationforest(IsolationForestParametersV3 params) |
IsotonicRegressionV3 |
train_isotonicregression()
Train a IsotonicRegression model.
|
IsotonicRegressionV3 |
train_isotonicregression(IsotonicRegressionParametersV3 params) |
KMeansV3 |
train_kmeans()
Train a KMeans model.
|
KMeansV3 |
train_kmeans(KMeansParametersV3 params) |
ModelSelectionV3 |
train_modelselection()
Train a ModelSelection model.
|
ModelSelectionV3 |
train_modelselection(ModelSelectionParametersV3 params) |
NaiveBayesV3 |
train_naivebayes()
Train a NaiveBayes model.
|
NaiveBayesV3 |
train_naivebayes(NaiveBayesParametersV3 params) |
PCAV3 |
train_pca(int k)
Train a PCA model.
|
PCAV3 |
train_pca(PCAParametersV3 params) |
PSVMV3 |
train_psvm()
Train a PSVM model.
|
PSVMV3 |
train_psvm(PSVMParametersV3 params) |
RuleFitV3 |
train_rulefit()
Train a RuleFit model.
|
RuleFitV3 |
train_rulefit(RuleFitParametersV3 params) |
StackedEnsembleV99 |
train_stackedensemble(KeyV3[] baseModels)
Train a StackedEnsemble model.
|
StackedEnsembleV99 |
train_stackedensemble(StackedEnsembleParametersV99 params) |
SVDV99 |
train_svd()
Train a SVD model.
|
SVDV99 |
train_svd(SVDParametersV99 params) |
TargetEncoderV3 |
train_targetencoder()
Train a TargetEncoder model.
|
TargetEncoderV3 |
train_targetencoder(TargetEncoderParametersV3 params) |
UpliftDRFV3 |
train_upliftdrf(java.lang.String treatmentColumn)
Train a UpliftDRF model.
|
UpliftDRFV3 |
train_upliftdrf(UpliftDRFParametersV3 params) |
Word2VecV3 |
train_word2vec()
Train a Word2Vec model.
|
Word2VecV3 |
train_word2vec(Word2VecParametersV3 params) |
XGBoostV3 |
train_xgboost()
Train a XGBoost model.
|
XGBoostV3 |
train_xgboost(XGBoostParametersV3 params) |
TypeaheadV3 |
typeaheadFileSuggestions(java.lang.String src)
Typeahead hander for filename completion.
|
TypeaheadV3 |
typeaheadFileSuggestions(java.lang.String src,
int limit) |
TypeaheadV3 |
typeaheadFileSuggestions(java.lang.String src,
int limit,
java.lang.String _excludeFields) |
UnlockKeysV3 |
unlockAllKeys()
Unlock all keys in the H2O distributed K/V store, to attempt to recover from a crash.
|
UnlockKeysV3 |
unlockAllKeys(java.lang.String _excludeFields) |
ModelsV3 |
uploadModel(ModelImportV3 params) |
ModelsV3 |
uploadModel(ModelKeyV3 modelId)
Upload given binary model into H2O.
|
AdaBoostV3 |
validate_adaboost()
Validate a set of AdaBoost model builder parameters.
|
AdaBoostV3 |
validate_adaboost(AdaBoostParametersV3 params) |
AggregatorV99 |
validate_aggregator()
Validate a set of Aggregator model builder parameters.
|
AggregatorV99 |
validate_aggregator(AggregatorParametersV99 params) |
ANOVAGLMV3 |
validate_anovaglm()
Validate a set of ANOVAGLM model builder parameters.
|
ANOVAGLMV3 |
validate_anovaglm(ANOVAGLMParametersV3 params) |
CoxPHV3 |
validate_coxph()
Validate a set of CoxPH model builder parameters.
|
CoxPHV3 |
validate_coxph(CoxPHParametersV3 params) |
DeepLearningV3 |
validate_deeplearning()
Validate a set of DeepLearning model builder parameters.
|
DeepLearningV3 |
validate_deeplearning(DeepLearningParametersV3 params) |
DRFV3 |
validate_drf()
Validate a set of DRF model builder parameters.
|
DRFV3 |
validate_drf(DRFParametersV3 params) |
DTV3 |
validate_dt()
Validate a set of DT model builder parameters.
|
DTV3 |
validate_dt(DTParametersV3 params) |
ExtendedIsolationForestV3 |
validate_extendedisolationforest()
Validate a set of ExtendedIsolationForest model builder parameters.
|
ExtendedIsolationForestV3 |
validate_extendedisolationforest(ExtendedIsolationForestParametersV3 params) |
GAMV3 |
validate_gam(GAMParametersV3 params) |
GAMV3 |
validate_gam(java.lang.String[][] gamColumns)
Validate a set of GAM model builder parameters.
|
GBMV3 |
validate_gbm()
Validate a set of GBM model builder parameters.
|
GBMV3 |
validate_gbm(GBMParametersV3 params) |
GenericV3 |
validate_generic()
Validate a set of Generic model builder parameters.
|
GenericV3 |
validate_generic(GenericParametersV3 params) |
GLMV3 |
validate_glm()
Validate a set of GLM model builder parameters.
|
GLMV3 |
validate_glm(GLMParametersV3 params) |
GLRMV3 |
validate_glrm(GLRMParametersV3 params) |
GLRMV3 |
validate_glrm(int k)
Validate a set of GLRM model builder parameters.
|
InfogramV3 |
validate_infogram()
Validate a set of Infogram model builder parameters.
|
InfogramV3 |
validate_infogram(InfogramParametersV3 params) |
IsolationForestV3 |
validate_isolationforest()
Validate a set of IsolationForest model builder parameters.
|
IsolationForestV3 |
validate_isolationforest(IsolationForestParametersV3 params) |
IsotonicRegressionV3 |
validate_isotonicregression()
Validate a set of IsotonicRegression model builder parameters.
|
IsotonicRegressionV3 |
validate_isotonicregression(IsotonicRegressionParametersV3 params) |
KMeansV3 |
validate_kmeans()
Validate a set of KMeans model builder parameters.
|
KMeansV3 |
validate_kmeans(KMeansParametersV3 params) |
ModelSelectionV3 |
validate_modelselection()
Validate a set of ModelSelection model builder parameters.
|
ModelSelectionV3 |
validate_modelselection(ModelSelectionParametersV3 params) |
NaiveBayesV3 |
validate_naivebayes()
Validate a set of NaiveBayes model builder parameters.
|
NaiveBayesV3 |
validate_naivebayes(NaiveBayesParametersV3 params) |
PCAV3 |
validate_pca(int k)
Validate a set of PCA model builder parameters.
|
PCAV3 |
validate_pca(PCAParametersV3 params) |
PSVMV3 |
validate_psvm()
Validate a set of PSVM model builder parameters.
|
PSVMV3 |
validate_psvm(PSVMParametersV3 params) |
RuleFitV3 |
validate_rulefit()
Validate a set of RuleFit model builder parameters.
|
RuleFitV3 |
validate_rulefit(RuleFitParametersV3 params) |
StackedEnsembleV99 |
validate_stackedensemble(KeyV3[] baseModels)
Validate a set of StackedEnsemble model builder parameters.
|
StackedEnsembleV99 |
validate_stackedensemble(StackedEnsembleParametersV99 params) |
SVDV99 |
validate_svd()
Validate a set of SVD model builder parameters.
|
SVDV99 |
validate_svd(SVDParametersV99 params) |
TargetEncoderV3 |
validate_targetencoder()
Validate a set of TargetEncoder model builder parameters.
|
TargetEncoderV3 |
validate_targetencoder(TargetEncoderParametersV3 params) |
UpliftDRFV3 |
validate_upliftdrf(java.lang.String treatmentColumn)
Validate a set of UpliftDRF model builder parameters.
|
UpliftDRFV3 |
validate_upliftdrf(UpliftDRFParametersV3 params) |
Word2VecV3 |
validate_word2vec()
Validate a set of Word2Vec model builder parameters.
|
Word2VecV3 |
validate_word2vec(Word2VecParametersV3 params) |
XGBoostV3 |
validate_xgboost()
Validate a set of XGBoost model builder parameters.
|
XGBoostV3 |
validate_xgboost(XGBoostParametersV3 params) |
JobV3 |
waitForJobCompletion(JobKeyV3 jobKey)
Continuously poll server for the status of the given job, until it completes.
|
JobV3 |
waitForJobCompletion(java.lang.String jobId) |
WaterMeterCpuTicksV3 |
waterMeterCpuTicks(int nodeidx)
Return a CPU usage snapshot of all cores of all nodes in the H2O cluster.
|
WaterMeterCpuTicksV3 |
waterMeterCpuTicks(int nodeidx,
java.lang.String _excludeFields) |
WaterMeterIoV3 |
waterMeterIoForCluster()
Return IO usage snapshot of all nodes in the H2O cluster.
|
WaterMeterIoV3 |
waterMeterIoForCluster(int nodeidx) |
WaterMeterIoV3 |
waterMeterIoForCluster(int nodeidx,
java.lang.String _excludeFields) |
WaterMeterIoV3 |
waterMeterIoForNode(int nodeidx)
Return IO usage snapshot of all nodes in the H2O cluster.
|
WaterMeterIoV3 |
waterMeterIoForNode(int nodeidx,
java.lang.String _excludeFields) |
GramV3 |
weighted_gram_matrix(FrameKeyV3 x)
Get weighted gram matrix
|
GramV3 |
weighted_gram_matrix(GramV3 params) |
Word2VecSynonymsV3 |
word2vec_synonyms(ModelKeyV3 model,
java.lang.String word,
int count)
Find synonyms using a word2vec model
|
Word2VecSynonymsV3 |
word2vec_synonyms(Word2VecSynonymsV3 params) |
Word2VecTransformV3 |
word2vec_transform(ModelKeyV3 model,
FrameKeyV3 wordsFrame)
Transform words to vectors using a word2vec model
|
Word2VecTransformV3 |
word2vec_transform(ModelKeyV3 model,
FrameKeyV3 wordsFrame,
Word2VecModelAggregateMethod aggregateMethod) |
public H2oApi setUrl(java.lang.String url)
public H2oApi setTimeout(int t)
public H2oApi setJobPollInterval(int millis)
waitForJobCompletion(JobKeyV3).millis - time interval, in millisecondspublic JobV3 waitForJobCompletion(JobKeyV3 jobKey)
jobKey - job to querypublic JobV3 waitForJobCompletion(java.lang.String jobId)
public XGBoostV3 train_xgboost() throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 train_xgboost(XGBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 validate_xgboost() throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 validate_xgboost(XGBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 grid_search_xgboost() throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 grid_search_xgboost(XGBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 grid_search_xgboost_resume() throws java.io.IOException
java.io.IOExceptionpublic XGBoostV3 grid_search_xgboost_resume(XGBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_init() throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_init(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema remote_xgb_setup() throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema remote_xgb_setup(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_update() throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_update(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_metric() throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_metric(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema remote_xgb_booster() throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema remote_xgb_booster(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_cleanup() throws java.io.IOException
java.io.IOExceptionpublic XGBoostExecRespV3 remote_xgb_cleanup(KeyV3 key, java.lang.String data) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema _assembly_fetch_mojo_pipeline(java.lang.String assemblyId, java.lang.String fileName) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema _assembly_fetch_mojo_pipeline(AssemblyV99 params) throws java.io.IOException
java.io.IOExceptionpublic PersistS3CredentialsV3 set_s3_credentials(java.lang.String secretKeyId, java.lang.String secretAccessKey) throws java.io.IOException
java.io.IOExceptionpublic PersistS3CredentialsV3 set_s3_credentials(java.lang.String secretKeyId, java.lang.String secretAccessKey, java.lang.String sessionToken) throws java.io.IOException
java.io.IOExceptionpublic PersistS3CredentialsV3 remove_s3_credentials(java.lang.String secretKeyId, java.lang.String secretAccessKey) throws java.io.IOException
java.io.IOExceptionpublic PersistS3CredentialsV3 remove_s3_credentials(java.lang.String secretKeyId, java.lang.String secretAccessKey, java.lang.String sessionToken) throws java.io.IOException
java.io.IOExceptionpublic LeaderboardsV99 leaderboards() throws java.io.IOException
java.io.IOExceptionpublic LeaderboardsV99 leaderboards(java.lang.String projectName, java.lang.String[] extensions) throws java.io.IOException
java.io.IOExceptionpublic LeaderboardsV99 leaderboards(java.lang.String projectName, java.lang.String[] extensions, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic LeaderboardV99 leaderboard(java.lang.String projectName) throws java.io.IOException
java.io.IOExceptionpublic LeaderboardV99 leaderboard(java.lang.String projectName, java.lang.String[] extensions) throws java.io.IOException
java.io.IOExceptionpublic LeaderboardV99 leaderboard(java.lang.String projectName, java.lang.String[] extensions, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 train_infogram() throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 train_infogram(InfogramParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 validate_infogram() throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 validate_infogram(InfogramParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 grid_search_infogram() throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 grid_search_infogram(InfogramParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 grid_search_infogram_resume() throws java.io.IOException
java.io.IOExceptionpublic InfogramV3 grid_search_infogram_resume(InfogramParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 train_targetencoder() throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 train_targetencoder(TargetEncoderParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 validate_targetencoder() throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 validate_targetencoder(TargetEncoderParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 grid_search_targetencoder() throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 grid_search_targetencoder(TargetEncoderParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 grid_search_targetencoder_resume() throws java.io.IOException
java.io.IOExceptionpublic TargetEncoderV3 grid_search_targetencoder_resume(TargetEncoderParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic FrameKeyV3 target_encoder_transform() throws java.io.IOException
java.io.IOExceptionpublic FrameKeyV3 target_encoder_transform(TargetEncoderTransformParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 train_deeplearning() throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 train_deeplearning(DeepLearningParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 validate_deeplearning() throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 validate_deeplearning(DeepLearningParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 grid_search_deeplearning() throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 grid_search_deeplearning(DeepLearningParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 grid_search_deeplearning_resume() throws java.io.IOException
java.io.IOExceptionpublic DeepLearningV3 grid_search_deeplearning_resume(DeepLearningParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMV3 train_glm() throws java.io.IOException
java.io.IOExceptionpublic GLMV3 train_glm(GLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMV3 validate_glm() throws java.io.IOException
java.io.IOExceptionpublic GLMV3 validate_glm(GLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMV3 grid_search_glm() throws java.io.IOException
java.io.IOExceptionpublic GLMV3 grid_search_glm(GLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMV3 grid_search_glm_resume() throws java.io.IOException
java.io.IOExceptionpublic GLMV3 grid_search_glm_resume(GLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 train_glrm(int k) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 train_glrm(GLRMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 validate_glrm(int k) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 validate_glrm(GLRMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 grid_search_glrm(int k) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 grid_search_glrm(GLRMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 grid_search_glrm_resume(int k) throws java.io.IOException
java.io.IOExceptionpublic GLRMV3 grid_search_glrm_resume(GLRMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 train_kmeans() throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 train_kmeans(KMeansParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 validate_kmeans() throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 validate_kmeans(KMeansParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 grid_search_kmeans() throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 grid_search_kmeans(KMeansParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 grid_search_kmeans_resume() throws java.io.IOException
java.io.IOExceptionpublic KMeansV3 grid_search_kmeans_resume(KMeansParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 train_naivebayes() throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 train_naivebayes(NaiveBayesParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 validate_naivebayes() throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 validate_naivebayes(NaiveBayesParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 grid_search_naivebayes() throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 grid_search_naivebayes(NaiveBayesParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 grid_search_naivebayes_resume() throws java.io.IOException
java.io.IOExceptionpublic NaiveBayesV3 grid_search_naivebayes_resume(NaiveBayesParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 train_pca(int k) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 train_pca(PCAParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 validate_pca(int k) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 validate_pca(PCAParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 grid_search_pca(int k) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 grid_search_pca(PCAParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 grid_search_pca_resume(int k) throws java.io.IOException
java.io.IOExceptionpublic PCAV3 grid_search_pca_resume(PCAParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic SVDV99 train_svd() throws java.io.IOException
java.io.IOExceptionpublic SVDV99 train_svd(SVDParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic SVDV99 validate_svd() throws java.io.IOException
java.io.IOExceptionpublic SVDV99 validate_svd(SVDParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic SVDV99 grid_search_svd() throws java.io.IOException
java.io.IOExceptionpublic SVDV99 grid_search_svd(SVDParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic SVDV99 grid_search_svd_resume() throws java.io.IOException
java.io.IOExceptionpublic SVDV99 grid_search_svd_resume(SVDParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic DRFV3 train_drf() throws java.io.IOException
java.io.IOExceptionpublic DRFV3 train_drf(DRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DRFV3 validate_drf() throws java.io.IOException
java.io.IOExceptionpublic DRFV3 validate_drf(DRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DRFV3 grid_search_drf() throws java.io.IOException
java.io.IOExceptionpublic DRFV3 grid_search_drf(DRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DRFV3 grid_search_drf_resume() throws java.io.IOException
java.io.IOExceptionpublic DRFV3 grid_search_drf_resume(DRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GBMV3 train_gbm() throws java.io.IOException
java.io.IOExceptionpublic GBMV3 train_gbm(GBMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GBMV3 validate_gbm() throws java.io.IOException
java.io.IOExceptionpublic GBMV3 validate_gbm(GBMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GBMV3 grid_search_gbm() throws java.io.IOException
java.io.IOExceptionpublic GBMV3 grid_search_gbm(GBMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GBMV3 grid_search_gbm_resume() throws java.io.IOException
java.io.IOExceptionpublic GBMV3 grid_search_gbm_resume(GBMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 train_isolationforest() throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 train_isolationforest(IsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 validate_isolationforest() throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 validate_isolationforest(IsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 grid_search_isolationforest() throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 grid_search_isolationforest(IsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 grid_search_isolationforest_resume() throws java.io.IOException
java.io.IOExceptionpublic IsolationForestV3 grid_search_isolationforest_resume(IsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 train_extendedisolationforest() throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 train_extendedisolationforest(ExtendedIsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 validate_extendedisolationforest() throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 validate_extendedisolationforest(ExtendedIsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 grid_search_extendedisolationforest() throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 grid_search_extendedisolationforest(ExtendedIsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 grid_search_extendedisolationforest_resume() throws java.io.IOException
java.io.IOExceptionpublic ExtendedIsolationForestV3 grid_search_extendedisolationforest_resume(ExtendedIsolationForestParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 train_aggregator() throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 train_aggregator(AggregatorParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 validate_aggregator() throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 validate_aggregator(AggregatorParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 grid_search_aggregator() throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 grid_search_aggregator(AggregatorParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 grid_search_aggregator_resume() throws java.io.IOException
java.io.IOExceptionpublic AggregatorV99 grid_search_aggregator_resume(AggregatorParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 train_word2vec() throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 train_word2vec(Word2VecParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 validate_word2vec() throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 validate_word2vec(Word2VecParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 grid_search_word2vec() throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 grid_search_word2vec(Word2VecParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 grid_search_word2vec_resume() throws java.io.IOException
java.io.IOExceptionpublic Word2VecV3 grid_search_word2vec_resume(Word2VecParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 train_stackedensemble(KeyV3[] baseModels) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 train_stackedensemble(StackedEnsembleParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 validate_stackedensemble(KeyV3[] baseModels) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 validate_stackedensemble(StackedEnsembleParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 grid_search_stackedensemble(KeyV3[] baseModels) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 grid_search_stackedensemble(StackedEnsembleParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 grid_search_stackedensemble_resume(KeyV3[] baseModels) throws java.io.IOException
java.io.IOExceptionpublic StackedEnsembleV99 grid_search_stackedensemble_resume(StackedEnsembleParametersV99 params) throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 train_coxph() throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 train_coxph(CoxPHParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 validate_coxph() throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 validate_coxph(CoxPHParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 grid_search_coxph() throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 grid_search_coxph(CoxPHParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 grid_search_coxph_resume() throws java.io.IOException
java.io.IOExceptionpublic CoxPHV3 grid_search_coxph_resume(CoxPHParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GenericV3 train_generic() throws java.io.IOException
java.io.IOExceptionpublic GenericV3 train_generic(GenericParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GenericV3 validate_generic() throws java.io.IOException
java.io.IOExceptionpublic GenericV3 validate_generic(GenericParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GenericV3 grid_search_generic() throws java.io.IOException
java.io.IOExceptionpublic GenericV3 grid_search_generic(GenericParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GenericV3 grid_search_generic_resume() throws java.io.IOException
java.io.IOExceptionpublic GenericV3 grid_search_generic_resume(GenericParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 train_gam(java.lang.String[][] gamColumns) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 train_gam(GAMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 validate_gam(java.lang.String[][] gamColumns) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 validate_gam(GAMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 grid_search_gam(java.lang.String[][] gamColumns) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 grid_search_gam(GAMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 grid_search_gam_resume(java.lang.String[][] gamColumns) throws java.io.IOException
java.io.IOExceptionpublic GAMV3 grid_search_gam_resume(GAMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 train_anovaglm() throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 train_anovaglm(ANOVAGLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 validate_anovaglm() throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 validate_anovaglm(ANOVAGLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 grid_search_anovaglm() throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 grid_search_anovaglm(ANOVAGLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 grid_search_anovaglm_resume() throws java.io.IOException
java.io.IOExceptionpublic ANOVAGLMV3 grid_search_anovaglm_resume(ANOVAGLMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 train_psvm() throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 train_psvm(PSVMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 validate_psvm() throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 validate_psvm(PSVMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 grid_search_psvm() throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 grid_search_psvm(PSVMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 grid_search_psvm_resume() throws java.io.IOException
java.io.IOExceptionpublic PSVMV3 grid_search_psvm_resume(PSVMParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 train_rulefit() throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 train_rulefit(RuleFitParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 validate_rulefit() throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 validate_rulefit(RuleFitParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 grid_search_rulefit() throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 grid_search_rulefit(RuleFitParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 grid_search_rulefit_resume() throws java.io.IOException
java.io.IOExceptionpublic RuleFitV3 grid_search_rulefit_resume(RuleFitParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 train_upliftdrf(java.lang.String treatmentColumn) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 train_upliftdrf(UpliftDRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 validate_upliftdrf(java.lang.String treatmentColumn) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 validate_upliftdrf(UpliftDRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 grid_search_upliftdrf(java.lang.String treatmentColumn) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 grid_search_upliftdrf(UpliftDRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 grid_search_upliftdrf_resume(java.lang.String treatmentColumn) throws java.io.IOException
java.io.IOExceptionpublic UpliftDRFV3 grid_search_upliftdrf_resume(UpliftDRFParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 train_modelselection() throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 train_modelselection(ModelSelectionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 validate_modelselection() throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 validate_modelselection(ModelSelectionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 grid_search_modelselection() throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 grid_search_modelselection(ModelSelectionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 grid_search_modelselection_resume() throws java.io.IOException
java.io.IOExceptionpublic ModelSelectionV3 grid_search_modelselection_resume(ModelSelectionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 train_isotonicregression() throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 train_isotonicregression(IsotonicRegressionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 validate_isotonicregression() throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 validate_isotonicregression(IsotonicRegressionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 grid_search_isotonicregression() throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 grid_search_isotonicregression(IsotonicRegressionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 grid_search_isotonicregression_resume() throws java.io.IOException
java.io.IOExceptionpublic IsotonicRegressionV3 grid_search_isotonicregression_resume(IsotonicRegressionParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DTV3 train_dt() throws java.io.IOException
java.io.IOExceptionpublic DTV3 train_dt(DTParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DTV3 validate_dt() throws java.io.IOException
java.io.IOExceptionpublic DTV3 validate_dt(DTParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DTV3 grid_search_dt() throws java.io.IOException
java.io.IOExceptionpublic DTV3 grid_search_dt(DTParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic DTV3 grid_search_dt_resume() throws java.io.IOException
java.io.IOExceptionpublic DTV3 grid_search_dt_resume(DTParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 train_adaboost() throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 train_adaboost(AdaBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 validate_adaboost() throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 validate_adaboost(AdaBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 grid_search_adaboost() throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 grid_search_adaboost(AdaBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 grid_search_adaboost_resume() throws java.io.IOException
java.io.IOExceptionpublic AdaBoostV3 grid_search_adaboost_resume(AdaBoostParametersV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMModelV3 make_glm_model(ModelKeyV3 model, java.lang.String[] names, double[] beta) throws java.io.IOException
java.io.IOExceptionpublic GLMModelV3 make_glm_model(MakeGLMModelV3 params) throws java.io.IOException
java.io.IOExceptionpublic GLMRegularizationPathV3 glm_regularization_path(ModelKeyV3 model) throws java.io.IOException
java.io.IOExceptionpublic GLMRegularizationPathV3 glm_regularization_path(GLMRegularizationPathV3 params) throws java.io.IOException
java.io.IOExceptionpublic GramV3 weighted_gram_matrix(FrameKeyV3 x) throws java.io.IOException
java.io.IOExceptionpublic GramV3 weighted_gram_matrix(GramV3 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecSynonymsV3 word2vec_synonyms(ModelKeyV3 model, java.lang.String word, int count) throws java.io.IOException
java.io.IOExceptionpublic Word2VecSynonymsV3 word2vec_synonyms(Word2VecSynonymsV3 params) throws java.io.IOException
java.io.IOExceptionpublic Word2VecTransformV3 word2vec_transform(ModelKeyV3 model, FrameKeyV3 wordsFrame) throws java.io.IOException
java.io.IOExceptionpublic Word2VecTransformV3 word2vec_transform(ModelKeyV3 model, FrameKeyV3 wordsFrame, Word2VecModelAggregateMethod aggregateMethod) throws java.io.IOException
java.io.IOExceptionpublic DataInfoFrameV3 glm_datainfo_frame() throws java.io.IOException
java.io.IOExceptionpublic DataInfoFrameV3 glm_datainfo_frame(DataInfoFrameV3 params) throws java.io.IOException
java.io.IOExceptionpublic TreeV3 get_tree(ModelKeyV3 model, int treeNumber) throws java.io.IOException
java.io.IOExceptionpublic TreeV3 get_tree(TreeV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 createFrame() throws java.io.IOException
java.io.IOExceptionpublic JobV3 createFrame(CreateFrameV3 params) throws java.io.IOException
java.io.IOExceptionpublic SplitFrameV3 splitFrame() throws java.io.IOException
java.io.IOExceptionpublic SplitFrameV3 splitFrame(SplitFrameV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 generateInteractions(int maxFactors) throws java.io.IOException
java.io.IOExceptionpublic JobV3 generateInteractions(InteractionV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 _missingInserter_run(FrameKeyV3 dataset, double fraction) throws java.io.IOException
java.io.IOExceptionpublic JobV3 _missingInserter_run(MissingInserterV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 _dctTransformer_run(FrameKeyV3 dataset, int[] dimensions) throws java.io.IOException
java.io.IOExceptionpublic JobV3 _dctTransformer_run(DCTTransformerV3 params) throws java.io.IOException
java.io.IOExceptionpublic TabulateV3 _tabulate_run(FrameKeyV3 dataset, ColSpecifierV3 predictor, ColSpecifierV3 response) throws java.io.IOException
java.io.IOExceptionpublic TabulateV3 _tabulate_run(TabulateV3 params) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesV3 importFiles(java.lang.String path) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesV3 importFiles(java.lang.String path, java.lang.String pattern) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesV3 importFiles(java.lang.String path, java.lang.String pattern, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesMultiV3 importFilesMulti(java.lang.String[] paths) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesMultiV3 importFilesMulti(java.lang.String[] paths, java.lang.String pattern) throws java.io.IOException
java.io.IOExceptionpublic ImportFilesMultiV3 importFilesMulti(java.lang.String[] paths, java.lang.String pattern, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic JobV3 importSqlTable(java.lang.String connectionUrl, java.lang.String username, java.lang.String password) throws java.io.IOException
java.io.IOExceptionpublic JobV3 importSqlTable(ImportSQLTableV99 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 importHiveTable(java.lang.String table) throws java.io.IOException
java.io.IOExceptionpublic JobV3 importHiveTable(ImportHiveTableV3 params) throws java.io.IOException
java.io.IOExceptionpublic SaveToHiveTableV3 saveToHiveTable(FrameKeyV3 frameId, java.lang.String jdbcUrl, java.lang.String tableName) throws java.io.IOException
java.io.IOExceptionpublic SaveToHiveTableV3 saveToHiveTable(SaveToHiveTableV3 params) throws java.io.IOException
java.io.IOExceptionpublic ParseSetupV3 guessParseSetup(FrameKeyV3[] sourceFrames) throws java.io.IOException
java.io.IOExceptionpublic ParseSetupV3 guessParseSetup(ParseSetupV3 params) throws java.io.IOException
java.io.IOExceptionpublic ParseV3 parse(ParseV3 params) throws java.io.IOException
java.io.IOExceptionpublic DecryptionSetupV3 setupDecryption() throws java.io.IOException
java.io.IOExceptionpublic DecryptionSetupV3 setupDecryption(DecryptionSetupV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 parseSvmLight(FrameKeyV3[] sourceFrames) throws java.io.IOException
java.io.IOExceptionpublic JobV3 parseSvmLight(FrameKeyV3 destinationFrame, FrameKeyV3[] sourceFrames) throws java.io.IOException
java.io.IOExceptionpublic JobV3 parseSvmLight(FrameKeyV3 destinationFrame, FrameKeyV3[] sourceFrames, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic PingV3 ping() throws java.io.IOException
java.io.IOExceptionpublic PingV3 ping(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatus() throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatus(boolean skipTicks) throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatus(boolean skipTicks, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatusMinimal() throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatusMinimal(boolean skipTicks) throws java.io.IOException
java.io.IOExceptionpublic CloudV3 cloudStatusMinimal(boolean skipTicks, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CloudLockV3 cloudLock() throws java.io.IOException
java.io.IOExceptionpublic CloudLockV3 cloudLock(java.lang.String reason) throws java.io.IOException
java.io.IOExceptionpublic CloudLockV3 cloudLock(java.lang.String reason, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic JobsV3 jobs() throws java.io.IOException
java.io.IOExceptionpublic JobsV3 jobs(JobKeyV3 jobId, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic TimelineV3 timeline() throws java.io.IOException
java.io.IOExceptionpublic TimelineV3 timeline(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ProfilerV3 profiler(int depth) throws java.io.IOException
java.io.IOExceptionpublic ProfilerV3 profiler(int depth, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic JStackV3 stacktraces() throws java.io.IOException
java.io.IOExceptionpublic JStackV3 stacktraces(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic NetworkTestV3 testNetwork() throws java.io.IOException
java.io.IOExceptionpublic NetworkTestV3 testNetwork(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic UnlockKeysV3 unlockAllKeys() throws java.io.IOException
java.io.IOExceptionpublic UnlockKeysV3 unlockAllKeys(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ShutdownV3 shutdownCluster() throws java.io.IOException
java.io.IOExceptionpublic ShutdownV3 shutdownCluster(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic AboutV3 about() throws java.io.IOException
java.io.IOExceptionpublic AboutV3 about(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 endpoints() throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 endpoints(MetadataV3 params) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 endpoint(java.lang.String path) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 endpoint(MetadataV3 params) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schemaForClass(java.lang.String classname) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schemaForClass(MetadataV3 params) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schema(java.lang.String schemaname) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schema(MetadataV3 params) throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schemas() throws java.io.IOException
java.io.IOExceptionpublic MetadataV3 schemas(MetadataV3 params) throws java.io.IOException
java.io.IOExceptionpublic TypeaheadV3 typeaheadFileSuggestions(java.lang.String src) throws java.io.IOException
java.io.IOExceptionpublic TypeaheadV3 typeaheadFileSuggestions(java.lang.String src, int limit) throws java.io.IOException
java.io.IOExceptionpublic TypeaheadV3 typeaheadFileSuggestions(java.lang.String src, int limit, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic JobsV3 job(JobKeyV3 jobId) throws java.io.IOException
java.io.IOExceptionpublic JobsV3 job(JobKeyV3 jobId, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic JobsV3 cancelJob(JobKeyV3 jobId) throws java.io.IOException
java.io.IOExceptionpublic JobsV3 cancelJob(JobKeyV3 jobId, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic FindV3 findInFrame(FrameV3 key, long row) throws java.io.IOException
java.io.IOExceptionpublic FindV3 findInFrame(FindV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 exportFrame(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 exportFrame(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FrameSaveV3 saveFrame(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FrameSaveV3 saveFrame(FrameSaveV3 params) throws java.io.IOException
java.io.IOExceptionpublic FrameLoadV3 loadFrame() throws java.io.IOException
java.io.IOExceptionpublic FrameLoadV3 loadFrame(FrameLoadV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumnSummary(FrameKeyV3 frameId, java.lang.String column) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumnSummary(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumnDomain(FrameKeyV3 frameId, java.lang.String column) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumnDomain(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumn(FrameKeyV3 frameId, java.lang.String column) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumn(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumns(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameColumns(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameSummary(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frameSummary(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 lightFrame(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 lightFrame(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 frame(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesListV3 frames() throws java.io.IOException
java.io.IOExceptionpublic FramesListV3 frames(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesListV3 frames(FrameKeyV3 frameId, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 deleteFrame(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 deleteFrame(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FramesV3 deleteAllFrames() throws java.io.IOException
java.io.IOExceptionpublic FramesV3 deleteAllFrames(FramesV3 params) throws java.io.IOException
java.io.IOExceptionpublic FrameChunksV3 frameChunks(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 model(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 models() throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 models(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 deleteModel(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 deleteModel(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 deleteAllModels() throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 deleteAllModels(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelPreview(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelPreview(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelJavaCode(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelJavaCode(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelMojo(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelMojo(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelBinary(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic StreamingSchema modelBinary(ModelsV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 makePDP() throws java.io.IOException
java.io.IOExceptionpublic JobV3 makePDP(PartialDependenceV3 params) throws java.io.IOException
java.io.IOExceptionpublic FeatureInteractionV3 makeFI(int maxInteractionDepth, int maxTreeDepth, int maxDeepening) throws java.io.IOException
java.io.IOExceptionpublic FeatureInteractionV3 makeFI(FeatureInteractionV3 params) throws java.io.IOException
java.io.IOExceptionpublic FriedmanPopescusHV3 makeH(FrameV3 frame, java.lang.String[] variables) throws java.io.IOException
java.io.IOExceptionpublic FriedmanPopescusHV3 makeH(FriedmanPopescusHV3 params) throws java.io.IOException
java.io.IOExceptionpublic SignificantRulesV3 makeRules() throws java.io.IOException
java.io.IOExceptionpublic SignificantRulesV3 makeRules(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic SignificantRulesV3 makeRules(ModelKeyV3 modelId, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic PartialDependenceV3 fetchPDP(java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic PartialDependenceV3 fetchPDP(java.lang.String name, java.lang.String type, java.lang.String url) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 importModel(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 importModel(ModelImportV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportModel(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportModel(ModelExportV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 uploadModel(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelsV3 uploadModel(ModelImportV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportMojo(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportMojo(ModelExportV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportModelDetails(ModelKeyV3 modelId) throws java.io.IOException
java.io.IOExceptionpublic ModelExportV3 exportModelDetails(ModelExportV3 params) throws java.io.IOException
java.io.IOExceptionpublic GridSchemaV99 grid(GridKeyV3 gridId) throws java.io.IOException
java.io.IOExceptionpublic GridSchemaV99 grid(GridSchemaV99 params) throws java.io.IOException
java.io.IOExceptionpublic GridsV99 grids() throws java.io.IOException
java.io.IOExceptionpublic ModelIdV3 newModelId(java.lang.String algo) throws java.io.IOException
java.io.IOExceptionpublic ModelIdV3 newModelId(java.lang.String algo, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ModelBuildersV3 modelBuilder(java.lang.String algo) throws java.io.IOException
java.io.IOExceptionpublic ModelBuildersV3 modelBuilder(java.lang.String algo, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ModelBuildersV3 modelBuilders() throws java.io.IOException
java.io.IOExceptionpublic ModelBuildersV3 modelBuilders(java.lang.String algo) throws java.io.IOException
java.io.IOExceptionpublic ModelBuildersV3 modelBuilders(java.lang.String algo, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 _mmFetch1(ModelKeyV3 model, FrameKeyV3 frame) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 _mmFetch1(ModelMetricsListSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 _mmDelete1(ModelKeyV3 model, FrameKeyV3 frame) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 _mmDelete1(ModelMetricsListSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 score(ModelKeyV3 model, FrameKeyV3 frame) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 score(ModelMetricsListSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 predict(ModelKeyV3 model, FrameKeyV3 frame) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsListSchemaV3 predict(ModelMetricsListSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic JobV3 predict_async(ModelKeyV3 model, FrameKeyV3 frame) throws java.io.IOException
java.io.IOExceptionpublic JobV3 predict_async(ModelMetricsListSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsMakerSchemaV3 makeMetrics(java.lang.String predictionsFrame, java.lang.String actualsFrame) throws java.io.IOException
java.io.IOExceptionpublic ModelMetricsMakerSchemaV3 makeMetrics(ModelMetricsMakerSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterCpuTicksV3 waterMeterCpuTicks(int nodeidx) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterCpuTicksV3 waterMeterCpuTicks(int nodeidx, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterIoV3 waterMeterIoForNode(int nodeidx) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterIoV3 waterMeterIoForNode(int nodeidx, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterIoV3 waterMeterIoForCluster() throws java.io.IOException
java.io.IOExceptionpublic WaterMeterIoV3 waterMeterIoForCluster(int nodeidx) throws java.io.IOException
java.io.IOExceptionpublic WaterMeterIoV3 waterMeterIoForCluster(int nodeidx, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsContains(java.lang.String category, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsContains(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsEnabled() throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsEnabled(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsPut(java.lang.String category, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsPut(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsGet(java.lang.String category, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsGet(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsRemove(java.lang.String category, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsRemove(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsCreateCategory(java.lang.String category) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsCreateCategory(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsKeys(java.lang.String category) throws java.io.IOException
java.io.IOExceptionpublic NodePersistentStorageV3 npsKeys(NodePersistentStorageV3 params) throws java.io.IOException
java.io.IOExceptionpublic LogsV3 logs(java.lang.String nodeidx, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic LogsV3 logs(java.lang.String nodeidx, java.lang.String name, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic KillMinus3V3 logThreadDump() throws java.io.IOException
java.io.IOExceptionpublic KillMinus3V3 logThreadDump(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic RapidsSchemaV3 rapidsExec(java.lang.String ast) throws java.io.IOException
java.io.IOExceptionpublic RapidsSchemaV3 rapidsExec(RapidsSchemaV3 params) throws java.io.IOException
java.io.IOExceptionpublic AssemblyV99 _assembly_toJava(java.lang.String assemblyId, java.lang.String fileName) throws java.io.IOException
java.io.IOExceptionpublic AssemblyV99 _assembly_toJava(AssemblyV99 params) throws java.io.IOException
java.io.IOExceptionpublic AssemblyV99 _assembly_fit() throws java.io.IOException
java.io.IOExceptionpublic AssemblyV99 _assembly_fit(AssemblyV99 params) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetch(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetch(FrameKeyV3 frameId, boolean hexString) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetch(FrameKeyV3 frameId, boolean hexString, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetchStreaming(FrameKeyV3 frameId) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetchStreaming(FrameKeyV3 frameId, boolean hexString) throws java.io.IOException
java.io.IOExceptionpublic DownloadDataV3 _downloadDataset_fetchStreaming(FrameKeyV3 frameId, boolean hexString, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic RemoveV3 deleteKey(KeyV3 key) throws java.io.IOException
java.io.IOExceptionpublic RemoveV3 deleteKey(KeyV3 key, boolean cascade) throws java.io.IOException
java.io.IOExceptionpublic RemoveV3 deleteKey(KeyV3 key, boolean cascade, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic RemoveAllV3 deleteAllKeys() throws java.io.IOException
java.io.IOExceptionpublic RemoveAllV3 deleteAllKeys(KeyV3[] retainedKeys) throws java.io.IOException
java.io.IOExceptionpublic RemoveAllV3 deleteAllKeys(KeyV3[] retainedKeys, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic LogAndEchoV3 logAndEcho() throws java.io.IOException
java.io.IOExceptionpublic LogAndEchoV3 logAndEcho(java.lang.String message) throws java.io.IOException
java.io.IOExceptionpublic LogAndEchoV3 logAndEcho(java.lang.String message, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 newSession() throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 newSession(java.lang.String sessionKey) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 newSession(java.lang.String sessionKey, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 endSession() throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 endSession(java.lang.String sessionKey) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 endSession(java.lang.String sessionKey, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic SessionPropertyV3 setSessionProperty() throws java.io.IOException
java.io.IOExceptionpublic SessionPropertyV3 setSessionProperty(SessionPropertyV3 params) throws java.io.IOException
java.io.IOExceptionpublic SessionPropertyV3 getSessionProperty() throws java.io.IOException
java.io.IOExceptionpublic SessionPropertyV3 getSessionProperty(SessionPropertyV3 params) throws java.io.IOException
java.io.IOExceptionpublic GarbageCollectV3 garbageCollect() throws java.io.IOException
java.io.IOExceptionpublic CloudV3 _sample_status() throws java.io.IOException
java.io.IOExceptionpublic CloudV3 _sample_status(boolean skipTicks) throws java.io.IOException
java.io.IOExceptionpublic CloudV3 _sample_status(boolean skipTicks, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic RapidsHelpV3 rapids_help() throws java.io.IOException
java.io.IOExceptionpublic SteamMetricsV3 steamMetrics() throws java.io.IOException
java.io.IOExceptionpublic SteamMetricsV3 steamMetrics(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_all_capabilities() throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_all_capabilities(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_core_capabilities() throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_core_capabilities(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_rest_capabilities() throws java.io.IOException
java.io.IOExceptionpublic CapabilitiesV3 list_rest_capabilities(java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic GridKeyV3 import_grid(java.lang.String gridPath) throws java.io.IOException
java.io.IOExceptionpublic GridKeyV3 import_grid(java.lang.String gridPath, boolean loadParamsReferences) throws java.io.IOException
java.io.IOExceptionpublic GridKeyV3 export_grid(java.lang.String gridId, java.lang.String gridDirectory) throws java.io.IOException
java.io.IOExceptionpublic GridKeyV3 export_grid(GridExportV3 params) throws java.io.IOException
java.io.IOExceptionpublic ResumeV3 recovery_resume() throws java.io.IOException
java.io.IOExceptionpublic ResumeV3 recovery_resume(java.lang.String recoveryDir) throws java.io.IOException
java.io.IOExceptionpublic EndpointsListV4 endpoints4() throws java.io.IOException
java.io.IOExceptionpublic EndpointsListV4 endpoints4(java.lang.String __schema) throws java.io.IOException
java.io.IOExceptionpublic SessionIdV4 newSession4() throws java.io.IOException
java.io.IOExceptionpublic SessionIdV4 newSession4(java.lang.String _fields) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 endSession4(java.lang.String sessionKey) throws java.io.IOException
java.io.IOExceptionpublic InitIDV3 endSession4(java.lang.String sessionKey, java.lang.String _excludeFields) throws java.io.IOException
java.io.IOExceptionpublic ModelsInfoV4 modelsInfo() throws java.io.IOException
java.io.IOExceptionpublic ModelsInfoV4 modelsInfo(java.lang.String __schema) throws java.io.IOException
java.io.IOExceptionpublic JobV4 createSimpleFrame() throws java.io.IOException
java.io.IOExceptionpublic JobV4 createSimpleFrame(CreateFrameSimpleIV4 params) throws java.io.IOException
java.io.IOExceptionpublic JobV4 getJob4(java.lang.String jobId) throws java.io.IOException
java.io.IOExceptionpublic JobV4 getJob4(java.lang.String jobId, java.lang.String _fields) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String[] keyArrayToStringArray(KeyV3[] keys)
public static <T extends KeyV3> T[] stringArrayToKeyArray(java.lang.String[] ids, java.lang.Class<T> clz)
ids - array of string ids to convert to KeyV3'sclz - class of key objects to create. Since we have JobKeyV3, FrameKeyV3, ModelKeyV3, etc -- this
method needs to know which of these keys you want to createpublic static java.lang.String keyToString(KeyV3 key)
public static FrameKeyV3 stringToFrameKey(java.lang.String key)
public static java.lang.String stringToCol(java.lang.String col)
public static void copyFields(java.lang.Object to,
java.lang.Object from)