See: Description
| Interface | Description |
|---|---|
| Request.Filter |
| Class | Description |
|---|---|
| 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 | |
| Documentation |
Redirect to online documentation page.
|
| DownloadDataset | |
| DRFModelView | |
| DRFProgressPage | |
| Exec2 | |
| ExportHdfs | |
| ExportModel | |
| 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 | |
| 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 | |
| ImportModel | |
| ImportS3 | |
| ImportUrl | |
| Inspect | |
| Inspect2 | |
| Inspect4UX | |
| 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 | |
| Plot | |
| Predict | |
| Progress | |
| Progress2 | |
| PutValue | |
| QuantilesPage | |
| Remove | |
| RemoveAck | |
| RemoveAll | |
| 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.
|
| RequestBuilders.ResponseInfo |
Class holding technical information about request/response.
|
| 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 | |
| Upload2 | |
| Upload2.PostFile |
| Enum | Description |
|---|---|
| RequestBuilders.Response.Status |
Status of the response.
|
| RequestServer.API_VERSION | |
| RequestStatics.RequestType |
Request type.
|
| Annotation Type | Description |
|---|---|
| Request.API |