Click or drag to resize
Accord.NET (logo)

PrincipalComponentAnalysisTransform Method

Overload List
  NameDescription
Public methodTransform(TInput)
Applies the transformation to a set of input vectors, producing an associated set of output vectors.
(Inherited from MultipleTransformBaseTInput, TOutput.)
Public methodTransform(Double) Obsolete.
Obsolete.
(Inherited from BasePrincipalComponentAnalysis.)
Public methodTransform(Double)
Applies the transformation to an input, producing an associated output.
(Inherited from BasePrincipalComponentAnalysis.)
Public methodTransform(Double, Double)
Projects a given matrix into principal component space.
(Overrides MultipleTransformBaseTInput, TOutputTransform(TInput, TOutput).)
Public methodTransform(Double, Int32) Obsolete.
Projects a given matrix into principal component space.
(Inherited from BasePrincipalComponentAnalysis.)
Public methodTransform(Double, Double)
Applies the transformation to an input, producing an associated output.
(Inherited from BasePrincipalComponentAnalysis.)
Public methodTransform(Double, Int32) Obsolete.
Projects a given matrix into principal component space.
(Inherited from BasePrincipalComponentAnalysis.)
Public methodTransform(Double, Int32) Obsolete.
Projects a given matrix into principal component space.
(Inherited from BasePrincipalComponentAnalysis.)
Top
See Also