FactorAnalysis Methods

Methods

Compute() Computes the model.
(Inherited from Model)
Obsolete
Compute(ParallelOptions) Computes the model.
(Inherited from Model)
Obsolete
Deploy Creates a deployed copy of this model containing only the state required for transformation and scoring.
DeployInPlace Converts this instance into a deployed model by releasing any training data and diagnostic information that is not required for prediction.
(Inherited from Model)
DeployInPlaceCore Converts this instance into a deployed model by releasing any training data and diagnostic information that is not required for transformation.
(Overrides Model.DeployInPlaceCore())
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Fit() Fits the model to the data.
(Inherited from Model)
Fit(ParallelOptions) Fits the model to the data.
(Inherited from Model)
FitCore Computes the factor analysis.
(Overrides Model.FitCore(ModelInput, ParallelOptions))
FromJson Reconstructs a fitted model from a JSON string.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRotatedFactors Gets a read-only collection of the factors after rotation.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUnrotatedFactors Gets a read-only collection of the factors before rotation.
InverseTransform(Matrix<Double>) Applies the inverse transformation to a set of observations.
(Inherited from TransformationModel<T>)
InverseTransform(Vector<Double>) Applies the inverse transformation to a set of observations.
(Inherited from TransformationModel<T>)
InverseTransformInto(Matrix<Double>, Matrix<Double>) Applies the inverse transformation to a set of observations.
(Inherited from TransformationModel<T>)
InverseTransformInto(Vector<Double>, Vector<Double>) Applies the inverse transformation to a set of observations.
(Overrides TransformationModel<T>.InverseTransformInto(Vector<Double>, Vector<Double>))
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ResetComputation Clears all fitted model parameters.
(Inherited from Model)
Obsolete
ResetFit Clears all fitted model parameters.
(Inherited from Model)
SetDataSource Uses the specified data frame as the source for all input variables.
(Inherited from Model)
Summarize() Returns a string containing a human-readable summary of the object using default options.
(Inherited from Model)
Summarize(SummaryOptions) Returns a string containing a human-readable summary of the object using the specified options.
(Inherited from Model)
ToJson Serializes the fitted model to a JSON string.
ToStringReturns a string that represents the current object.
(Inherited from Model)
Transform(Matrix<Double>) Applies the transformation to a set of observations.
(Inherited from TransformationModel<T>)
Transform(Vector<Double>) Applies the transformation to a single observation.
(Inherited from TransformationModel<T>)
TransformInto(Matrix<Double>, Matrix<Double>) Applies the transformation to a set of observations.
(Overrides TransformationModel<T>.TransformInto(Matrix<Double>, Matrix<Double>))
TransformInto(Vector<Double>, Vector<Double>) Applies the transformation to a single observation.
(Overrides TransformationModel<T>.TransformInto(Vector<Double>, Vector<Double>))

See Also