Click or drag to resize
Accord.NET (logo)

ProcrustedDatasetTransform Method

Transforms the dataset to match the given reference original dataset

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[,] Transform(
	ProcrustedDataset p_reference
)
Request Example View Source

Parameters

p_reference
Type: Accord.Statistics.AnalysisProcrustedDataset
Dataset to match

Return Value

Type: Double
The transformed dataset matched to the reference
See Also