Search Results for

    Show / Hide Table of Contents

    Class LSKiwiHelper

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

    Fields

    | Improve this Doc View Source

    imageViewer

    Declaration
    public const string imageViewer = "C:\\Windows\\system32\\mspaint.exe"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_BANDWIDTH_SCORE

    Declaration
    public static string Key_BANDWIDTH_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_CHIRP_SCORE

    Declaration
    public static string Key_CHIRP_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_COMBO_SCORE

    Declaration
    public static string Key_COMBO_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_DELTA_SCORE

    Declaration
    public static string Key_DELTA_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_EVENT_NAME

    Declaration
    public static string Key_EVENT_NAME
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_EVENT_NORMSCORE

    Declaration
    public static string Key_EVENT_NORMSCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_FILTER_EVENTS

    Declaration
    public static string Key_FILTER_EVENTS
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_GRID_SCORE

    Declaration
    public static string Key_GRID_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_INTENSITY_SCORE

    Declaration
    public static string Key_INTENSITY_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_MAX_HZ_FEMALE

    Declaration
    public static string Key_MAX_HZ_FEMALE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_MAX_HZ_MALE

    Declaration
    public static string Key_MAX_HZ_MALE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_MIN_HZ_FEMALE

    Declaration
    public static string Key_MIN_HZ_FEMALE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_MIN_HZ_MALE

    Declaration
    public static string Key_MIN_HZ_MALE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_PEAKS_SNR_SCORE

    Declaration
    public static string Key_PEAKS_SNR_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_PEAKS_STD_SCORE

    Declaration
    public static string Key_PEAKS_STD_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Key_SNR_SCORE

    Declaration
    public static string Key_SNR_SCORE
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    RESAMPLE_RATE

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

    XLSViewer

    Declaration
    public const string XLSViewer = "C:\\Program Files\\Microsoft Office\\Office14\\EXCEL.EXE"
    Field Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    CalculateAverageEventScore(AcousticEvent, Double[])

    Declaration
    public static double CalculateAverageEventScore(AcousticEvent ae, double[] scoreArray)
    Parameters
    Type Name Description
    AcousticEvent ae
    Double[] scoreArray
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    FilterEvent(AcousticEvent, List<String[]>)

    Declaration
    public static AcousticEvent FilterEvent(AcousticEvent ae, List<string[]> rules)
    Parameters
    Type Name Description
    AcousticEvent ae
    List<String[]> rules
    Returns
    Type Description
    AcousticEvent
    | Improve this Doc View Source

    GetExcludeRules(String)

    Declaration
    public static List<string[]> GetExcludeRules(string configPath)
    Parameters
    Type Name Description
    String configPath
    Returns
    Type Description
    List<String[]>
    | Improve this Doc View Source

    GetFeatureWeights(String)

    Declaration
    public static Dictionary<string, double> GetFeatureWeights(string configPath)
    Parameters
    Type Name Description
    String configPath
    Returns
    Type Description
    Dictionary<String, Double>
    | Improve this Doc View Source

    MergeAdjacentPredictions(DataTable)

    Declaration
    public static DataTable MergeAdjacentPredictions(DataTable dt)
    Parameters
    Type Name Description
    DataTable dt
    Returns
    Type Description
    DataTable
    • 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