Click or drag to resize

DoublePCA(DataFrame) Constructor

Constructs a DoublePCA instance from the given data.

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

Parameters

data  DataFrame
A data frame containing the data. Each column represents a variable; each row an observation. Non-numeric columns are ignored.
Remarks
By default, variables are centered but not scaled before analysis takes place.
See Also