Click or drag to resize

ConvertXYVToMatrixActions Methods

The ConvertXYVToMatrixActions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberClusterValuesByEquality Clusters equal values of a column and returns the cluster representatives and indices.
Public methodStatic memberClusterValuesByKMeans Clusters values by the k-means algorithm.
Public methodStatic memberConvertXYVToMatrix Decompose the source columns according to the provided options. The source table and the settings are provided in the options variable. The provided destination table is cleared from all data and property values before.
Public Extension MethodDoMakeActionWithoutDialog Creates a matrix from three selected columns. This must be a x-column, a y-column, and a value column.
Public Extension MethodShowActionDialog Shows the dialog for converting selected XYV columns to a matrix.
Top
See Also