Lightweight object representing a resampled version of the <property>OriginalSet</property> dataset. More...


Public Member Functions | |
| _.Library.Status | Get1DDistribution (_.Library.String pField, pDistribution, pFilters) |
| accepts More... | |
| _.Library.Status | GetRecordIds (pRecordIds, pFilters) |
| returns pIds(n) = rowid | |
| _.Library.Integer | GetValueCount (_.Library.String pField, _.Library.Boolean pIncludeNull, pFilters, _.Library.Status pSC) |
| Returns the number of distinct values for pField (categorical) | |
| _.Library.Status | GetXDDistribution (_.Library.List pFields, pDistribution, pFilters) |
| accepts More... | |
Public Member Functions inherited from Dataset | |
| _.Library.Status | Clear () |
| A Dataset is a wrapper for a collection of records that can be analyzed, in order to build or run a model. More... | |
| _.Library.Status | GetAggregatesByCategory (_.Library.String pContField, _.Library.String pCatField, pAggregates, pFilters) |
| Returns an array listing aggregate values for a continuous field pContField for. More... | |
Public Member Functions inherited from RegisteredObject | |
| _.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More... | |
| _.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
| _.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
| _.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
| _.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Public Attributes | |
| BootstrapId | |
| More... | |
| OriginalSet | |
| More... | |
Public Attributes inherited from Dataset | |
| Fields | |
| More... | |
| IdField | |
| More... | |
| Name | |
| More... | |
Private Attributes | |
| __SQL | |
| More... | |
Additional Inherited Members | |
Static Public Attributes inherited from RegisteredObject | |
| CAPTION = None | |
| Optional name used by the Form Wizard for a class when generating forms. More... | |
| JAVATYPE = None | |
| The Java type to be used when exported. | |
| PROPERTYVALIDATION = None | |
| This parameter controls the default validation behavior for the object. More... | |
Lightweight object representing a resampled version of the <property>OriginalSet</property> dataset.
| _.Library.Status Get1DDistribution | ( | _.Library.String | pField, |
| pDistribution, | |||
| pFilters | |||
| ) |
accepts
pFilters(n) = $lb(field, operator, key) returns: pDistribution("total") = tTotalCount pDistribution(n) = $lb(value, count)
Reimplemented from Dataset.
| _.Library.Status GetXDDistribution | ( | _.Library.List | pFields, |
| pDistribution, | |||
| pFilters | |||
| ) |
accepts
pFilters(n) = $lb(field, operator, key) returns: pDistribution = $lb(dim1Count, dim2Count, ...) pDistribution("total") = total pDistribution("value", dim, i) = value pDistribution(i, j, ...) = tCount
Reimplemented from Dataset.
| BootstrapId |
| OriginalSet |
|
private |