Show / Hide Table of Contents

    Class LogLikelihoodAnalysisOptions

    Options affecting how Log-Likelihood analysis calculations are performed.

    Inheritance
    System.Object
    LogLikelihoodAnalysisOptions
    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 LogLikelihoodAnalysisOptions

    Properties

    Factory

    Gets or sets the inference factory which is used to create inference engines during a Log-Likelihood analysis.

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

    KeepEvidenceNotAnalyzed

    Gets or sets a value which when true retains evidence not being analysed, or when false ignores it.

    Declaration
    public bool KeepEvidenceNotAnalyzed { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxEvidenceSubsetSize

    Gets or sets the maximum size of evidence subsets to consider.

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

    SubsetMethod

    Gets or sets a value which determines whether evidence subsets are included, excluded or both.

    Declaration
    public LogLikelihoodAnalysisSubsetMethod SubsetMethod { get; set; }
    Property Value
    Type Description
    LogLikelihoodAnalysisSubsetMethod
    Back to top Copyright Bayes Server Ltd. All rights Reserved.