Click or drag to resize

DoublePCA(DoubleMatrix) Constructor

Constructs a DoublePCA instance from the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoublePCA(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix containing the data. Each column represents a variable; each row an observation.
Remarks
By default, variables are centered but not scaled before analysis takes place.
See Also