Search Results for

    Show / Hide Table of Contents

    Class PcaWhitening.Output

    Outputting the Projection Matrix, whitened matrix, eigen vectors, and the number of PCA components that is used to to transform the data into the new feature subspace. in Accord.net, this matrix is called "ComponentVectors", which its columns contain the principle components, known as Eigenvectors.

    Inheritance
    Object
    PcaWhitening.Output
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.DSP
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class Output

    Properties

    | Improve this Doc View Source

    Components

    Declaration
    public int Components { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    EigenVectors

    Declaration
    public double[, ] EigenVectors { get; set; }
    Property Value
    Type Description
    Double[,]
    | Improve this Doc View Source

    ProjectionMatrix

    Declaration
    public double[, ] ProjectionMatrix { get; set; }
    Property Value
    Type Description
    Double[,]
    | Improve this Doc View Source

    Reversion

    Declaration
    public double[, ] Reversion { get; set; }
    Property Value
    Type Description
    Double[,]

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top