Package water.api

API classes that help implement the embedded web browser interface.

See:
          Description

Interface Summary
Request.Filter  
 

Class Summary
Cancel  
Cloud  
ConfusionMatrix Compare two categorical columns, reporting a grid of co-occurrences.
Console  
Constants  
Constants.Extensions  
Constants.Schemes  
Constants.Suffixes  
Debug  
DocGen Auto-gen doc support, for JSON & REST API docs
DocGen.FieldDoc  
DocGen.HTML  
DocGen.UserCode  
Documentation Redirect to online documentation page.
DownloadDataset  
DRFModelView  
DRFProgressPage  
Exec  
Exec2  
ExportHdfs  
ExportS3  
ExportS3Progress  
FrameSplit  
FrameSplit.FrameSplitter split a frame into multiple frames, with the data split as desired
NB: this allocates fvecs; caller is responsible for remove-ing them

TODO: pregenerate random numbers and make deterministic
TODO: allow perfect splitting instead of at-random, particularly for unit tests
GBMModelView  
GBMProgressPage  
GeneratePredictionsPage  
Get  
GetVector  
GLM  
GLMGrid  
GLMGridProgress  
GLMProgressPage  
GLMScore Simple web page to trigger glm validation on another dataset.
HTMLOnlyRequest Request that only supports browser (html, query, help, wiki) request types.
HTTP404  
HTTP500  
ImportFiles  
ImportFiles2  
ImportHdfs  
ImportS3  
ImportUrl  
Inspect  
Inspect2  
IOStatus  
Jobs  
JSONOnlyRequest JSON only request.
JStack  
JStack.StackSummary  
KMeans  
KMeansApply Creates a set of classes by applies k-means on a dataset.
KMeansScore Simple web page to trigger k-means validation on another dataset.
LogView  
Parse  
Parse.PSetup  
Parse2  
PCA  
Plot  
Predict  
Progress  
Progress2  
PutValue  
PutVector  
QuantilesPage  
Remove  
RemoveAck  
Request  
RequestArguments All arguments related classes are defined in this guy.
RequestArguments.NumberSequence  
RequestArguments.Record<T> Argument state record.
RequestBuilders Builders & response object.
RequestBuilders.ArrayBuilder Builds the HTML for an array.
RequestBuilders.ArrayHeaderRowBuilder  
RequestBuilders.ArrayRowBuilder A row in the array table.
RequestBuilders.ArrayRowElementBuilder Default array row element.
RequestBuilders.ArrayRowSingleColBuilder Array row for primitives.
RequestBuilders.BooleanStringBuilder  
RequestBuilders.Builder An abstract class to build the HTML page automatically from JSON.
RequestBuilders.ElementBuilder A basic element builder.
RequestBuilders.HideBuilder  
RequestBuilders.KeyElementBuilder  
RequestBuilders.KeyLinkElementBuilder  
RequestBuilders.NoCaptionObjectBuilder  
RequestBuilders.ObjectBuilder Object builder.
RequestBuilders.PaginatedTable A table with pagination controls.
RequestBuilders.PreFormattedBuilder  
RequestBuilders.Response This is a response class for the JSON.
RequestQueries  
RequestServer This is a simple web server.
RequestStatics All statics for the Request api.
RF  
RFScore Page for random forest scoring.
RFTreeView  
RFView RFView shows a progress of random forest building and data scoring.
RFView.ConfusionMatrixBuilder  
RPackage  
RReader  
RReaderProgress  
Score Simple web page to guide model validation.
Script  
Script.RunScript  
SetColumnNames  
Shutdown  
StaticHTMLPage  
StoreView  
SummaryPage  
SummaryPage2  
TestPoll  
TestRedirect  
Timeline  
TutorialGLMProstate Basic page introducing tutorial for GLM on prostate dataset.
TutorialKMeans Basic page introducing tutorial for GLM on prostate dataset.
TutorialRFIris Basic page introducing tutorial for Random Forest on Iris
Tutorials Summary page referencing all tutorials.
TutorialWorkflow Basic page introducing tutorial for Random Forest on Iris
TypeaheadFileRequest  
TypeaheadHdfsPathRequest  
TypeaheadKeysRequest  
TypeaheadRequest  
TypeaheadS3BucketRequest  
Upload  
Upload.PostFile  
 

Enum Summary
RequestBuilders.Response.Status Status of the response.
RequestServer.API_VERSION  
RequestStatics.RequestType Request type.
 

Annotation Types Summary
Request.API  
 

Package water.api Description

API classes that help implement the embedded web browser interface. The newer Request2 style does not explicitly require a class here.