Search Results for

    Show / Hide Table of Contents

    Class ClusterInfo

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

    Constructors

    | Improve this Doc View Source

    ClusterInfo(List<Double[]>, Double, Boolean[], Double[], Int32[], Int32, Double)

    Declaration
    public ClusterInfo(List<double[]> prunedClusterWts, double av2, bool[] selectedFrames, double[] clusterSpectrum, int[] clusterHits2, int triGramUniqueCount, double triGramRepeatRate)
    Parameters
    Type Name Description
    List<Double[]> prunedClusterWts
    Double av2
    Boolean[] selectedFrames
    Double[] clusterSpectrum
    Int32[] clusterHits2
    Int32 triGramUniqueCount
    Double triGramRepeatRate
    | Improve this Doc View Source

    ClusterInfo(Int32)

    Initializes a new instance of the ClusterInfo class. CONSTRUCTOR The default or zero cluster info.

    Declaration
    public ClusterInfo(int spectralLength)
    Parameters
    Type Name Description
    Int32 spectralLength

    Fields

    | Improve this Doc View Source

    Av2

    Declaration
    public double Av2
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    ClusterCount

    Declaration
    public int ClusterCount
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ClusterHits2

    Declaration
    public int[] ClusterHits2
    Field Value
    Type Description
    Int32[]
    | Improve this Doc View Source

    ClusterSpectrum

    Declaration
    public double[] ClusterSpectrum
    Field Value
    Type Description
    Double[]
    | Improve this Doc View Source

    PrunedClusterWts

    Declaration
    public List<double[]> PrunedClusterWts
    Field Value
    Type Description
    List<Double[]>
    | Improve this Doc View Source

    SelectedFrames

    Declaration
    public bool[] SelectedFrames
    Field Value
    Type Description
    Boolean[]
    | Improve this Doc View Source

    TriGramRepeatRate

    Declaration
    public double TriGramRepeatRate
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    TriGramUniqueCount

    Declaration
    public int TriGramUniqueCount
    Field Value
    Type Description
    Int32

    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