Click or drag to resize

CrossValidationGroupingStrategyExcludeGroupsOfSimilarMeasurementsGroup Method

Divides observations into groups according to the Y values (calibration values) in matrixY.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int[][] Group(
	IROMatrix<double> Y
)

Parameters

Y  IROMatrixDouble

[Missing <param name="Y"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.CrossValidationGroupingStrategyExcludeGroupsOfSimilarMeasurements.Group(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double})"]

Return Value

Int32
An array of integer arrays. Each element of the main array is one group. The elements of each subarray are the indices of the observations (row indices in matrixY) that are grouped together.

Implements

ICrossValidationGroupingStrategyGroup(IROMatrixDouble)
See Also