Click or drag to resize
Accord.NET (logo)

ProcrustesAnalysisCompute Method (Double)

Compute the Procrustes analysis to extract Procrustes distances and models

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[,] Compute(
	params double[,][] samples
)
Request Example View Source

Parameters

samples
Type: SystemDouble
List of sample data sets to analyze

Return Value

Type: Double
Procrustes distances of the analyzed samples
See Also