Class LSKiwiROC
SEPARATE PROCESSING TASK FOR KIWI OUTPUT
little spotted kiwi calls from Andrew @ Victoria university.
Signed off: Michael Towsey 27th July 2012.
Assembly: AnalysisPrograms.dll
Syntax
[Obsolete]
public class LSKiwiROC
Fields
|
Improve this Doc
View Source
ANDREWS_SELECTION_PATH
Declaration
public const string ANDREWS_SELECTION_PATH = "C:\\SensorNetworks\\Output\\LSKiwi3\\TOWER_20100208_204500_ANDREWS_SELECTIONS.csv"
Field Value
|
Improve this Doc
View Source
CommandName
Declaration
public const string CommandName = "KiwiROC"
Field Value
Methods
|
Improve this Doc
View Source
CalculateRecallPrecision(FileInfo, FileInfo)
Declaration
public static DataTable CalculateRecallPrecision(FileInfo fiPredictions, FileInfo fiGroundTruth)
Parameters
Returns
|
Improve this Doc
View Source
FilterEvent(DataRow, List<String[]>)
Declaration
public static DataRow FilterEvent(DataRow acousticEvent, List<string[]> rules)
Parameters
Returns
|
Improve this Doc
View Source
Main(LSKiwiROC.Arguments)
Declaration
public static void Main(LSKiwiROC.Arguments arguments)
Parameters
|
Improve this Doc
View Source
ROCCurve(DataTable, Int32, Int32, String)
Calculates an ROC score for the predictions and tags provided in the passed data table.
First order the data by appropriate score as per the sort string.
Declaration
public static void ROCCurve(DataTable dt, int totalPositiveCount, int totalNegativeCount, string sortString)
Parameters
|
Improve this Doc
View Source
WriteSee5DataFiles(DataTable, DirectoryInfo, String)
Declaration
public static void WriteSee5DataFiles(DataTable dt, DirectoryInfo diOutputDir, string fileStem)
Parameters
Extension Methods