Search Results for

    Show / Hide Table of Contents

    Class FeatureLearningSettings

    Inheritance
    Object
    Config
    FeatureLearningSettings
    Implements
    IConfig
    Inherited Members
    Config.Loaded
    Config.ConfigPath
    Config.ConfigDirectory
    Config.GenericConfig
    Config.Item[String]
    Config.GetString(String)
    Config.GetInt(String)
    Config.GetDouble(String)
    Config.GetBool(String)
    Config.GetTimeSpan(String)
    Config.GetStringOrNull(String)
    Config.GetIntOrNull(String)
    Config.GetDoubleOrNull(String)
    Config.GetBoolOrNull(String)
    Config.GetTimeSpanOrNull(String)
    Config.TryGetString(String, String)
    Config.TryGetInt(String, Int32)
    Config.TryGetDouble(String, Double)
    Config.TryGetBool(String, Boolean)
    Config.TryGetEnum<T>(String, T)
    Config.TryGetTimeSpan(String, TimeSpan)
    Config.ToDictionary()
    Config.IConfig.InvokeLoaded()
    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 FeatureLearningSettings : Config, IConfig

    Fields

    | Improve this Doc View Source

    DefaultDoNoiseReduction

    Declaration
    public const bool DefaultDoNoiseReduction = true
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DefaultDoSegmentation

    Declaration
    public const bool DefaultDoSegmentation = true
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DefaultDoWhitening

    Declaration
    public const bool DefaultDoWhitening = true
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DefaultFinalBinCount

    Declaration
    public const int DefaultFinalBinCount = 128
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultFrameSize

    Declaration
    public const int DefaultFrameSize = 1024
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultFrameWindowLength

    Declaration
    public const int DefaultFrameWindowLength = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultFrequencyScaleType

    Declaration
    public const FreqScaleType DefaultFrequencyScaleType = FreqScaleType.Mel
    Field Value
    Type Description
    FreqScaleType
    | Improve this Doc View Source

    DefaultMaxFreqBin

    Declaration
    public const int DefaultMaxFreqBin = 128
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultMaxPoolingFactor

    Declaration
    public const int DefaultMaxPoolingFactor = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultMinFreqBin

    Declaration
    public const int DefaultMinFreqBin = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultNumClusters

    Declaration
    public const int DefaultNumClusters = 256
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultNumFreqBand

    Declaration
    public const int DefaultNumFreqBand = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultNumRandomPatches

    Declaration
    public const int DefaultNumRandomPatches = 4
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultPatchHeight

    Declaration
    public const int DefaultPatchHeight = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultStepSize

    Declaration
    public const int DefaultStepSize = 1
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    DefaultSubsegmentDurationInSeconds

    Declaration
    public const double DefaultSubsegmentDurationInSeconds = 1
    Field Value
    Type Description
    Double

    Properties

    | Improve this Doc View Source

    DoNoiseReduction

    Declaration
    public bool DoNoiseReduction { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DoSegmentation

    Declaration
    public bool DoSegmentation { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    DoWhitening

    Declaration
    public bool DoWhitening { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    FinalBinCount

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

    FrameSize

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

    FrameWindowLength

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

    FrequencyScaleType

    Declaration
    public FreqScaleType FrequencyScaleType { get; set; }
    Property Value
    Type Description
    FreqScaleType
    | Improve this Doc View Source

    MaxFreqBin

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

    MaxPoolingFactor

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

    MinFreqBin

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

    NumClusters

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

    NumFreqBand

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

    NumRandomPatches

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

    PatchHeight

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

    StepSize

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

    SubsegmentDurationInSeconds

    Declaration
    public double SubsegmentDurationInSeconds { get; set; }
    Property Value
    Type Description
    Double

    Implements

    IConfig

    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