FastIca 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.
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)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Fit() Fits the model to the data.
(Inherited from Model)
Fit(ParallelOptions) Fits the model to the data.
(Inherited from Model)
FromJson Reconstructs a fitted model from a JSON string.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
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 matrix.
(Overrides TransformationModel<T>.InverseTransformInto(Matrix<Double>, Matrix<Double>))
InverseTransformInto(Vector<Double>, Vector<Double>) Applies the inverse transformation to a vector.
(Overrides TransformationModel<T>.InverseTransformInto(Vector<Double>, Vector<Double>))
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 matrix.
(Overrides TransformationModel<T>.TransformInto(Matrix<Double>, Matrix<Double>))
TransformInto(Vector<Double>, Vector<Double>) Applies the transformation to a vector.
(Overrides TransformationModel<T>.TransformInto(Vector<Double>, Vector<Double>))

See Also