Search Results for

    Show / Hide Table of Contents

    Class OnlineLearningOptions

    Options for online learning (adaptation using Bayesian statistics).

    Inheritance
    System.Object
    OnlineLearningOptions
    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.Learning.Parameters
    Assembly: BayesServer.Learning.Parameters.dll
    Syntax
    public sealed class OnlineLearningOptions

    Properties

    DecisionAlgorithm

    Gets or sets the algorithm to use for adaption of decision graphs.

    Declaration
    public DecisionAlgorithm DecisionAlgorithm { get; set; }
    Property Value
    Type Description
    DecisionAlgorithm
    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.