Constructs a DoublePCA instance from the given data.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoublePCA( DoubleMatrix data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As DoubleMatrix _ ) |
| Visual C++ |
|---|
public: DoublePCA( DoubleMatrix^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.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.