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.
This is a Zen Page class.
parameter APPLYBUTTON = 0;
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
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
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 ]
method adjustSize()
[ Language = javascript ]
Adjust size and position of components on this page.
method axisChanged()
[ Language = javascript ]
method datasetChanged()
[ Language = javascript ]
method getChartData(series)
[ Language = javascript ]
method getDialogValue()
[ Language = javascript ]
method methodChanged()
[ Language = javascript ]
method nclChanged()
[ Language = javascript ]
method 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.
method ondialogStart()
[ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
method run()
[ Language = javascript ]
method sampleSizeChanged()
[ Language = javascript ]
method setParameters()
[ Language = javascript ]
method updateMeasureSelect()
[ Language = javascript ]
Update state of the measureX select control