FastIca Properties

Properties

ApplySignCorrection If true, apply sign correction to make the largest absolute value in each column of the mixing matrix positive. Default is true to match common implementations.
BaseFeatureIndex Gets an index containing the keys of the columns that are required inputs to the model.
(Inherited from Model)
Components Gets the estimated unmixing matrix (components_) with dimensions (nComponents × nFeatures).
Computed Gets whether the model has been computed.
(Inherited from Model)
Obsolete.
ContrastFunction Gets or sets the contrast (nonlinearity) function used in the FastICA fixed-point iteration.
Data Gets an object that contains all the data used as input to the model.
(Inherited from Model)
DewhiteningMatrix Gets the dewhitening matrix (inverse of the whitening matrix).
Features Gets a matrix that contains the features.
(Inherited from TransformationModel<T>)
FitStatus Gets the final fit status (converged or iteration limit exceeded).
Fitted Gets whether the model has been computed.
(Inherited from Model)
InitialUnmixingMatrix Gets or sets the initial unmixing matrix for warm-start initialization.
InputSchema Gets the schema for the features used for fitting the model.
(Inherited from Model)
IterationsNeeded Gets the number of iterations performed by the algorithm (n_iter_).
LogCoshAlpha Gets or sets the alpha parameter for the LogCosh contrast function.
MaxDegreeOfParallelism Gets or sets the maximum degree of parallelism enabled by this instance.
(Inherited from Model)
MaxIterations Gets or sets the maximum number of iterations for the FastICA algorithm.
Means Gets the feature-wise means computed from the training data.
Method Gets or sets the extraction method (parallel or deflation mode).
MixingMatrix Gets the estimated mixing matrix (M) with dimensions (nFeatures × nComponents).
ModelSchema Gets the collection of variables used in the model.
(Inherited from Model)
NumberOfComponents Gets or sets the number of independent components to extract.
NumberOfObservations Gets the number of observations the model is based on.
(Inherited from Model)
Random Gets or sets the random number generator used for initialization.
SolutionReport Gets the solution report containing convergence information.
Sources Gets the estimated source matrix (nSamples × nComponents) if computed during fitting.
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)
Tolerance Gets or sets the convergence tolerance for the FastICA algorithm.
UnmixingMatrix Gets the unmixing matrix (W_full) whose rows are component weight vectors.
Weights Gets or sets the actual weights.
(Inherited from Model)
Whiten Gets or sets the whitening (pre-processing) mode.
WhiteningMatrix Gets the whitening matrix (K) used during preprocessing.

See Also