Search Results for

    Show / Hide Table of Contents

    Class FactorAlgorithm

    Attribute which associates a specified algorithm to all factors that define a variable. This is used for hybrid inference where different algorithms are used for different parts of the model

    Inheritance
    Object
    FactorAlgorithm
    Implements
    ICompilerAttribute
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Models.Attributes
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class FactorAlgorithm : ICompilerAttribute

    Constructors

    FactorAlgorithm(IAlgorithm)

    Creates a new Algorithm attribute which assigns the given algorithm to the target's factor

    Declaration
    public FactorAlgorithm(IAlgorithm algorithm)
    Parameters
    Type Name Description
    IAlgorithm algorithm

    Fields

    algorithm

    The algorithm

    Declaration
    public IAlgorithm algorithm
    Field Value
    Type Description
    IAlgorithm

    Methods

    ToString()

    ToString override

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    ICompilerAttribute
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.