Search Results for

    Show / Hide Table of Contents

    Class LSKiwiROC

    SEPARATE PROCESSING TASK FOR KIWI OUTPUT little spotted kiwi calls from Andrew @ Victoria university. Signed off: Michael Towsey 27th July 2012.

    Inheritance
    Object
    LSKiwiROC
    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
    [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
    Type Description
    String
    | Improve this Doc View Source

    CommandName

    Declaration
    public const string CommandName = "KiwiROC"
    Field Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    CalculateRecallPrecision(FileInfo, FileInfo)

    Declaration
    public static DataTable CalculateRecallPrecision(FileInfo fiPredictions, FileInfo fiGroundTruth)
    Parameters
    Type Name Description
    FileInfo fiPredictions
    FileInfo fiGroundTruth
    Returns
    Type Description
    DataTable
    | Improve this Doc View Source

    FilterEvent(DataRow, List<String[]>)

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

    Main(LSKiwiROC.Arguments)

    Declaration
    public static void Main(LSKiwiROC.Arguments arguments)
    Parameters
    Type Name Description
    LSKiwiROC.Arguments arguments
    | 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
    Type Name Description
    DataTable dt
    Int32 totalPositiveCount
    Int32 totalNegativeCount
    String sortString
    | Improve this Doc View Source

    WriteSee5DataFiles(DataTable, DirectoryInfo, String)

    Declaration
    public static void WriteSee5DataFiles(DataTable dt, DirectoryInfo diOutputDir, string fileStem)
    Parameters
    Type Name Description
    DataTable dt
    DirectoryInfo diOutputDir
    String fileStem

    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