Class Reference
%DeepSee.UI.Analysis.Clustering
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [UI] >  [Analysis] >  [Clustering]
Private  Storage

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2 27


Summary

This is a Zen Page class. 

Properties
%condition %import %includeFiles %page
%resource Dataset ErrorStatus NClusters
Normalize Ready XMax XMin
YMax YMin align aux
backgroundTimerInterval cellAlign cellSize cellStyle
cellVAlign children clusteringHasChanged composite
containerStyle cssLevel cubeName datasetHasChanged
defaultRadius dimensionality disabled dragAndDrop
dragEnabled dropEnabled dsCount enclosingClass
enclosingStyle error group groupClass
groupStyle height hidden hint
hintClass hintStyle id index
label labelClass labelDisabledClass labelPosition
labelStyle layout measureName measureNameX
measureNameY method name onafterdrag
onbeforedrag onclick ondrag ondrop
onhide onrefresh onshow onupdate
parent queryKey radius sampleSize
sampling selectedRange showLabel slice
title tuple useSVG useSoftModals
valign values visible width
window withClause xLabels xValues
yValues zenPersistentPopup

Methods
%%OIDGet %AddChild %AddChildAfter %AddChildBefore
%AddComponent %AddImportedComponents %AddToSaveSet %ApplyURLParms
%Attr %BindExport %ClassIsLatestVersion %ClassName
%ClearDataset %ComputeValues %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawAutoLogout %DrawClassDefinitions
%DrawComponentHTML %DrawHTML %DrawHTMLPage %DrawJSStrings
%DrawObjectDefinitions %EnclosingDivId %EndBackgroundMethod %EndScript
%EstimateCount %Eval %ExecuteAnalysis %Extends
%ForceClientRender %GetAnalysisInfo %GetChildIndex %GetComponent
%GetComponentById %GetComponentByName %GetCurrentNCL %GetEventHandlers
%GetFilters %GetLinks %GetPageName %GetParameter
%GetQueryMDX %GetSeriesSize %GetValueById %GetValueByName
%GetXMLName %GetXYFactNames %HasClusteringChanged %HasDataChanged
%Init %InsertDataPoint %IsA %IsModified
%Link %LinkCSS %LinkScript %MakeId
%New %NormalizeObject %ObjectModified %OnAddToPageAfter
%OnAddToPageBefore %OnAfterCreatePage %OnBeforeCreatePage %OnCreateApplication
%OnCreatePage %OnDetermineCSSLevel %OnDrawEnclosingDiv %OnDrawHTMLBody
%OnDrawHTMLHead %OnDrawHTMLMeta %OnDrawObjectProperties %OnFinishBackgroundTask
%OnGetSubtitle %OnGetTitle %OnMonitorBackgroundTask %OnMutateChildren
%OnObjectSynch %OnPreHTTP %OnSubmit %OnUseSoftModals
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveChild %RemoveChildren %RemoveComponent
%RemoveFromSaveSet %Round %RunBackgroundMethod %Self
%SerializeObject %SetBackgroundMethodStatus %SetClusteringParameters %SetDataPoint
%SetErrorById %SetErrorByName %SetModelData %SetModified
%SetValueById %SetValueByName %SetValuesByName %StartScript
%UpdateAll %UpdateControls %UpdateStatusInfo %UpdateView
%ValidateObject %ZENVersion ConvertParameter Decrypt
Encrypt ErrObj EscapeHTML EscapeURL
HyperEventBody HyperEventCall HyperEventFrame HyperEventHead
Include InsertHiddenField InsertHiddenFields IsPrivate
Link OnHTTPHeader OnPage OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QuoteJS RewriteURL RunAndUpdate
ShowError StartTimer StopTimer ThrowError
UnescapeHTML UnescapeURL UpdateDataset UpdateView
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType
addChild addChildAfter addChildBefore adjustSize
alertIfError axisChanged cancelPopup checkParameters
childrenMutated correctIELayering createComponent createComponentNS
datasetChanged deleteComponent dragFinishHandler dragHandler
dragNotifyHandler dragStartHandler dropHandler dropStartHandler
endModal exposeComponent findElement fireOnLoadEvent
fireOnResizeEvent fireOnUnloadEvent fireOnUpdateEvent firePopupAction
getChartData getChildIndex getComponent getComponentById
getData getDialogValue getEnclosingDiv getHidden
getHintElement getLabelElement getOpener getProperty
getSettings getType gotoPage invokeSuper
isOfType launchPopupWindow makeId methodChanged
nclChanged onCreate onDelete onDisplayHandler
onEndModalHandler onPopupAction onRefreshContents onSerialize
onServerMethodCall onServerMethodError onServerMethodReturn onStartModalHandler
onYRefresh ondialogFinish ondialogStart ondisabledHandler
onkeydownHandler onkeyupHandler onlayoutHandler onloadHandler
onlogoutHandler onoverlayHandler onresizeHandler onunloadHandler
onupdateHandler popupActionHandler refreshContents removeChild
render renderContents renderSVG run
sampleSizeChanged setComponentId setHidden setOverlayMode
setParameters setProperty setPropertyAll setTraceOption
startModal startProgressBar stopProgressBar updateMeasureSelect


Parameters

• parameter APPLYBUTTON = 0;

Properties

• property measureNameX as %ZEN.Datatype.string(ZENURL="MEASURE");
Measure to use for analysis.
• property measureNameY as %ZEN.Datatype.string(ZENURL="MEASURE");
Measure to use for analysis.

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
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