Search Results for

    Show / Hide Table of Contents

    Class InSampleAnomalyDetectionOptions

    Options used by InSampleAnomalyDetection.

    Inheritance
    System.Object
    InSampleAnomalyDetectionOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: BayesServer.Analysis
    Assembly: BayesServer.Analysis.dll
    Syntax
    public sealed class InSampleAnomalyDetectionOptions

    Properties

    InferenceFactory

    Gets or sets the factory which is used to create inference engines during the in-sample anomaly detection process.

    Declaration
    public IInferenceFactory InferenceFactory { get; set; }
    Property Value
    Type Description
    IInferenceFactory

    Partitions

    Gets or sets the number of cross validation partitions to use.

    Declaration
    public int Partitions { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    The higher the number, the longer the tests will take.

    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.