Click or drag to resize

ConvertXYVToMatrixActions Class

Actions for converting X-Y-value columns into a matrix representation.
Inheritance Hierarchy
SystemObject
  Altaxo.DataConvertXYVToMatrixActions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class ConvertXYVToMatrixActions

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