Search Results for

    Show / Hide Table of Contents

    Class ART

    Inheritance
    Object
    ART
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: NeuralNets
    Assembly: AudioAnalysisTools.dll
    Syntax
    public sealed class ART

    Fields

    | Improve this Doc View Source

    ConfigFpath

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

    DataFExt

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

    DataFname

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

    DataFpath

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

    DEBUG

    Declaration
    public static bool DEBUG
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    MaxClassNo

    Declaration
    public static int MaxClassNo
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    MaxF1Size

    Declaration
    public static int MaxF1Size
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    MaxIterations

    Declaration
    public static int MaxIterations
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    NumberOfRepeats

    Declaration
    public static int NumberOfRepeats
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ParamsFpath

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

    RandomiseTrnSetOrder

    Declaration
    public static bool RandomiseTrnSetOrder
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    WtsFExt

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

    WtsFname

    Declaration
    public static string WtsFname
    Field Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Main()

    Declaration
    public static void Main()
    | Improve this Doc View Source

    ReadConfigFile()

    Declaration
    public static void ReadConfigFile()
    | Improve this Doc View Source

    ReadParameterValues(String)

    Declaration
    public static double[, ] ReadParameterValues(string paramFName)
    Parameters
    Type Name Description
    String paramFName
    Returns
    Type Description
    Double[,]

    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