PrincipalComponentAnalysis Properties

Properties

BaseFeatureIndex Gets an index containing the keys of the columns that are required inputs to the model.
(Inherited from Model)
ComponentMatrix Gets the matrix whose columns contain the principal components.
Components Returns the collection of principal components.
Computed Gets whether the model has been computed.
(Inherited from Model)
Obsolete.
CumulativeVarianceProportions Gets the cumulative proportion of the variance that is explained by the components.
Data Gets an object that contains all the data used as input to the model.
(Inherited from Model)
Eigenvalues Gets the eigenvalues corresponding to each of the components.
Features Gets a matrix that contains the features.
(Inherited from TransformationModel<T>)
Fitted Gets whether the model has been computed.
(Inherited from Model)
InputSchema Gets the schema for the features used for fitting the model.
(Inherited from Model)
LoadingsMatrix Gets the matrix of component loadings.
MaxDegreeOfParallelism Gets or sets the maximum degree of parallelism enabled by this instance.
(Inherited from Model)
ModelSchema Gets the collection of variables used in the model.
(Inherited from Model)
NumberOfComponents Gets or sets the number of components to retain.
NumberOfObservations Gets the number of observations the model is based on.
(Inherited from Model)
ScalingMethod Gets or sets the method used to scale the variables.
ScoreMatrix Gets the matrix of component scores.
Status Gets the status of the model, which determines which information is available.
(Inherited from Model)
SupportsWeights Indicates whether the model supports case weights.
(Inherited from Model)
VarianceProportions Gets the proportion of the variance that is explained by each of the components.
Weights Gets or sets the actual weights.
(Inherited from Model)

See Also