Struct SpectralClustering.ClusteringParameters
Assembly: AudioAnalysisTools.dll
public struct ClusteringParameters
Constructors
|
Improve this Doc
View Source
Declaration
public ClusteringParameters(int lowBinBound, int upperBinBound, double intensityThreshold, double rowSumThreshold)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
public double IntensityThreshold
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
public int ReductionFactor
Field Value
|
Improve this Doc
View Source
Declaration
public double RowSumThreshold
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
Extension Methods