%iKnow.Classification.UI.ClassifierBuilder
Class %iKnow.Classification.UI.ClassifierBuilder Extends %DeepSee.UI.standardPage [ Deprecated, System = 4 ]
Parameters
DOMAIN
Parameter DOMAIN = "%iKnow";
RESOURCE
Parameter RESOURCE = "%Development";
PAGENAME
Parameter PAGENAME = "Text Classifier Builder";
Properties
definitionClass
Property definitionClass As %ZEN.Datatype.string(ZENURL = "CLASS");
domain
Property domain As %ZEN.Datatype.integer;
trainingSet
Property trainingSet As %ZEN.Datatype.string;
classifier
Property classifier As %iKnow.Classification.Definition.Classifier [ Private ];
treeID
Property treeID As %ZEN.Datatype.integer [ Internal ];
pmml
Property pmml As %ZEN.Datatype.string(MAXLEN = "");
hideAdvanced
Property hideAdvanced As %ZEN.Datatype.boolean [ InitialExpression = 1 ];
optimizerTask
Property optimizerTask As %ZEN.Datatype.integer [ InitialExpression = 1 ];
XDatas
contentPane
XData contentPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
Style
XData Style
SVGStyle
XData SVGStyle
Defines SVG-specific CSS style sheet used by an object/component.
Methods
OnGetRibbonInfo
Method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) As %Status
%OnGetPageName
Method %OnGetPageName() As %String
Returned value is used as leaf of breadcrumb
%GetLocatorLinks
Method %GetLocatorLinks(Output pLink) As %Status
Builds breadcrumb links
%OnGetTitle
Method %OnGetTitle() As %String
LoadDataSourceFields
Method LoadDataSourceFields() As %Status [ ZenMethod ]
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
onPopupAction
ClientMethod onPopupAction(popupName, action, value) [ Language = javascript ]
confirmLeave
ClientMethod confirmLeave() [ Language = javascript ]
cmdOpen
ClientMethod cmdOpen() [ Language = javascript ]