Class LSKiwiHelper
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
|
Improve this Doc
View Source
Key_BANDWIDTH_SCORE
Declaration
public static string Key_BANDWIDTH_SCORE
Field Value
|
Improve this Doc
View Source
Key_CHIRP_SCORE
Declaration
public static string Key_CHIRP_SCORE
Field Value
|
Improve this Doc
View Source
Key_COMBO_SCORE
Declaration
public static string Key_COMBO_SCORE
Field Value
|
Improve this Doc
View Source
Key_DELTA_SCORE
Declaration
public static string Key_DELTA_SCORE
Field Value
|
Improve this Doc
View Source
Key_EVENT_NAME
Declaration
public static string Key_EVENT_NAME
Field Value
|
Improve this Doc
View Source
Key_EVENT_NORMSCORE
Declaration
public static string Key_EVENT_NORMSCORE
Field Value
|
Improve this Doc
View Source
Key_FILTER_EVENTS
Declaration
public static string Key_FILTER_EVENTS
Field Value
|
Improve this Doc
View Source
Key_GRID_SCORE
Declaration
public static string Key_GRID_SCORE
Field Value
|
Improve this Doc
View Source
Key_INTENSITY_SCORE
Declaration
public static string Key_INTENSITY_SCORE
Field Value
|
Improve this Doc
View Source
Key_MAX_HZ_FEMALE
Declaration
public static string Key_MAX_HZ_FEMALE
Field Value
|
Improve this Doc
View Source
Key_MAX_HZ_MALE
Declaration
public static string Key_MAX_HZ_MALE
Field Value
|
Improve this Doc
View Source
Key_MIN_HZ_FEMALE
Declaration
public static string Key_MIN_HZ_FEMALE
Field Value
|
Improve this Doc
View Source
Key_MIN_HZ_MALE
Declaration
public static string Key_MIN_HZ_MALE
Field Value
|
Improve this Doc
View Source
Key_PEAKS_SNR_SCORE
Declaration
public static string Key_PEAKS_SNR_SCORE
Field Value
|
Improve this Doc
View Source
Key_PEAKS_STD_SCORE
Declaration
public static string Key_PEAKS_STD_SCORE
Field Value
|
Improve this Doc
View Source
Key_SNR_SCORE
Declaration
public static string Key_SNR_SCORE
Field Value
|
Improve this Doc
View Source
RESAMPLE_RATE
Declaration
public const int RESAMPLE_RATE = 17640
Field Value
|
Improve this Doc
View Source
XLSViewer
Declaration
public const string XLSViewer = "C:\\Program Files\\Microsoft Office\\Office14\\EXCEL.EXE"
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public static double CalculateAverageEventScore(AcousticEvent ae, double[] scoreArray)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static AcousticEvent FilterEvent(AcousticEvent ae, List<string[]> rules)
Parameters
Returns
|
Improve this Doc
View Source
GetExcludeRules(String)
Declaration
public static List<string[]> GetExcludeRules(string configPath)
Parameters
Type |
Name |
Description |
String |
configPath |
|
Returns
|
Improve this Doc
View Source
GetFeatureWeights(String)
Declaration
public static Dictionary<string, double> GetFeatureWeights(string configPath)
Parameters
Type |
Name |
Description |
String |
configPath |
|
Returns
|
Improve this Doc
View Source
MergeAdjacentPredictions(DataTable)
Declaration
public static DataTable MergeAdjacentPredictions(DataTable dt)
Parameters
Returns