C# Class Accord.Statistics.Analysis.ProcrustedDataset

Class to represent an original dataset, its Procrustes form and all necessary data (i.e. rotation, center, scale...)
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Transform ( ProcrustedDataset p_reference ) : ].double[

Transforms the dataset to match the given reference original dataset

Method Details

Transform() public method

Transforms the dataset to match the given reference original dataset
public Transform ( ProcrustedDataset p_reference ) : ].double[
p_reference ProcrustedDataset Dataset to match
return ].double[