Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [PMML] >  [Definition] >  [Util] >  [Matrix]
Private  Storage   

class %DeepSee.PMML.Definition.Util.Matrix extends %DeepSee.PMML.Definition.node

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 2


Summary

Properties
Arrays Cells diagDefault kind nbCols
nbRows offDiagDefault

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
%ValidatePMML ValuesAsArray XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• property Arrays as list of Array(XMLNAME="Array",XMLPROJECTION="ELEMENT");
• property Cells as list of MatCell(XMLNAME="MatCell",XMLPROJECTION="ELEMENT");
• property diagDefault as %DeepSee.PMML.Datatype.RealNumber(XMLPROJECTION="ATTRIBUTE");
• property kind as %DeepSee.PMML.Datatype.String(VALUELIST=",diagnoal,symmetric,any",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "any" ];
• property nbCols as %DeepSee.PMML.Datatype.IntNumber(XMLPROJECTION="ATTRIBUTE");
• property nbRows as %DeepSee.PMML.Datatype.IntNumber(XMLPROJECTION="ATTRIBUTE");
• property offDiagDefault as %DeepSee.PMML.Datatype.RealNumber(XMLPROJECTION="ATTRIBUTE");

Methods

• method ValuesAsArray(Output pArray) as %Status
Returns the values of this matrix as a two-dimensional array, where pArray(i,j) contains the value of the j'th column on the i'th row of the matrix. the top node of pArray contains $lb(nbOfRows, nbOfColumns)


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.