Skip to main content

%DeepSee.UI.Analysis.Clustering

class %DeepSee.UI.Analysis.Clustering extends %DeepSee.UI.Analysis.AbstractAnalysis, %DeepSee.extensions.clusters.DataController, %DeepSee.extensions.clusters.ChartModel

This dialog displays various regression analysis of the values behind a cell within a pivot.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;

Properties

property measureNameX as %ZEN.Datatype.string (ZENURL = "MEASURE");
Measure to use for analysis.
Property methods: measureNameXDisplayToLogical(), measureNameXGet(), measureNameXIsValid(), measureNameXLogicalToDisplay(), measureNameXLogicalToOdbc(), measureNameXNormalize(), measureNameXSet()
property measureNameY as %ZEN.Datatype.string (ZENURL = "MEASURE");
Measure to use for analysis.
Property methods: measureNameYDisplayToLogical(), measureNameYGet(), measureNameYIsValid(), measureNameYLogicalToDisplay(), measureNameYLogicalToOdbc(), measureNameYNormalize(), measureNameYSet()

Methods

method %ComputeValues() as %Status
Execute query and get raw list of valuesX in temp global.
method %EstimateCount(Output pSC As %Status) as %Integer
classmethod %GetAnalysisInfo(Output pInfo) as %Status
Inherited description: Return an array of information about this analysis:
pInfo("caption") - localized caption for this item.
pInfo("tooltip") - localized tooltip for this item.
pInfo("icon") - icon for this item.
pInfo("rank") - optional rank; lower numbers are displayed first.
method %GetFilters(Output tListingFilters As %String, tSlicerMeasure As %String) as %Status
method %GetQueryMDX(Output pSC As %Status) as %String
method %GetXYFactNames(Output tMeasureFactX As %String, Output tMeasureFactY As %String) as %Status
method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
method %SetClusteringParameters() as %Status
method %SetModelData() as %Status
method %UpdateControls() as %Status
Update value of controls.
method %UpdateStatusInfo() as %Status
method RunAndUpdate() as %ZEN.proxyObject [ ZenMethod ]
clientmethod adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
clientmethod axisChanged() [ Language = javascript ]
clientmethod datasetChanged() [ Language = javascript ]
clientmethod getChartData(series) [ Language = javascript ]
clientmethod getDialogValue() [ Language = javascript ]
clientmethod methodChanged() [ Language = javascript ]
clientmethod nclChanged() [ Language = javascript ]
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod run() [ Language = javascript ]
clientmethod sampleSizeChanged() [ Language = javascript ]
clientmethod setParameters() [ Language = javascript ]
clientmethod updateMeasureSelect() [ Language = javascript ]
Update state of the measureX select control

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab