Search Results for

    Show / Hide Table of Contents

    Class KmeansClustering

    Inheritance
    Object
    KmeansClustering
    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 static class KmeansClustering

    Methods

    | Improve this Doc View Source

    Clustering(Double[,], Int32)

    Declaration
    public static KmeansClustering.Output Clustering(double[, ] patches, int numberOfClusters)
    Parameters
    Type Name Description
    Double[,] patches
    Int32 numberOfClusters
    Returns
    Type Description
    KmeansClustering.Output
    | Improve this Doc View Source

    ReconstructSpectrogram(Double[,], KMeansClusterCollection)

    reconstruct the spectrogram using centroids.

    Declaration
    public static double[, ] ReconstructSpectrogram(double[, ] sequentialPatchMatrix, KMeansClusterCollection clusters)
    Parameters
    Type Name Description
    Double[,] sequentialPatchMatrix
    Accord.MachineLearning.KMeansClusterCollection clusters
    Returns
    Type Description
    Double[,]
    | Improve this Doc View Source

    SortClustersBasedOnSize(Dictionary<Int32, Double>)

    sort clusters based on their size and output the ordered cluster ID

    Declaration
    public static int[] SortClustersBasedOnSize(Dictionary<int, double> clusterIdSize)
    Parameters
    Type Name Description
    Dictionary<Int32, Double> clusterIdSize
    Returns
    Type Description
    Int32[]
    • 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