Search Results for

    Show / Hide Table of Contents

    Class SplitOp<T>

    Inheritance
    Object
    SplitOp<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [FactorMethod(typeof(Collection), "Split<>", new Type[]{})]
    [Quality(QualityBand.Preview)]
    public static class SplitOp<T>
    Type Parameters
    Name Description
    T

    Methods

    ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, IReadOnlyList<ItemType>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType> head, int count, IReadOnlyList<ItemType> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<ItemType> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, IReadOnlyList<T>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType> head, int count, IReadOnlyList<T> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>, HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<T> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<T>, Int32, IReadOnlyList<ItemType>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<T> head, int count, IReadOnlyList<ItemType> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>, HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<ItemType> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<T>, Int32, IReadOnlyList<T>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageConditional<ArrayType, ItemType>(IReadOnlyList<T> head, int count, IReadOnlyList<T> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<T> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, IReadOnlyList<ItemType>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType> head, int count, IReadOnlyList<ItemType> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<ItemType> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, IReadOnlyList<T>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType> head, int count, IReadOnlyList<T> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>, HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<T> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<T>, Int32, IReadOnlyList<ItemType>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<T> head, int count, IReadOnlyList<ItemType> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>, HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<ItemType> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<T>, Int32, IReadOnlyList<T>, ArrayType)

    Declaration
    public static ArrayType ArrayAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<T> head, int count, IReadOnlyList<T> tail, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : HasPoint<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<T> tail
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    AverageLogFactor()

    Declaration
    public static double AverageLogFactor()
    Returns
    Type Description
    Double

    HeadAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, ArrayType)

    Declaration
    public static ArrayType HeadAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType> array, int count, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    HeadAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, ArrayType)

    Declaration
    public static ArrayType HeadAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType> array, int count, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    LogEvidenceRatio(IReadOnlyList<T>, IReadOnlyList<T>, Int32, IReadOnlyList<T>)

    Declaration
    public static double LogEvidenceRatio(IReadOnlyList<T> array, IReadOnlyList<T> head, int count, IReadOnlyList<T> tail)
    Parameters
    Type Name Description
    IReadOnlyList<T> array
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<T> tail
    Returns
    Type Description
    Double

    LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType>, IReadOnlyList<ItemType>, Int32, IReadOnlyList<ItemType>)

    Declaration
    public static double LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType> array, IReadOnlyList<ItemType> head, int count, IReadOnlyList<ItemType> tail)
        where ItemType : IDistribution<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<ItemType> tail
    Returns
    Type Description
    Double
    Type Parameters
    Name Description
    ItemType

    LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType>, IReadOnlyList<ItemType>, Int32, IReadOnlyList<T>)

    Declaration
    public static double LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType> array, IReadOnlyList<ItemType> head, int count, IReadOnlyList<T> tail)
        where ItemType : CanGetLogProb<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    IReadOnlyList<ItemType> head
    Int32 count
    IReadOnlyList<T> tail
    Returns
    Type Description
    Double
    Type Parameters
    Name Description
    ItemType

    LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType>, IReadOnlyList<T>, Int32, IReadOnlyList<ItemType>)

    Declaration
    public static double LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType> array, IReadOnlyList<T> head, int count, IReadOnlyList<ItemType> tail)
        where ItemType : CanGetLogProb<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<ItemType> tail
    Returns
    Type Description
    Double
    Type Parameters
    Name Description
    ItemType

    LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType>, IReadOnlyList<T>, Int32, IReadOnlyList<T>)

    Declaration
    public static double LogEvidenceRatio<ItemType>(IReadOnlyList<ItemType> array, IReadOnlyList<T> head, int count, IReadOnlyList<T> tail)
        where ItemType : CanGetLogProb<T>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    IReadOnlyList<T> head
    Int32 count
    IReadOnlyList<T> tail
    Returns
    Type Description
    Double
    Type Parameters
    Name Description
    ItemType

    TailAverageConditional<ArrayType>(IReadOnlyList<T>, Int32, ArrayType)

    Declaration
    public static ArrayType TailAverageConditional<ArrayType>(IReadOnlyList<T> array, int count, ArrayType result)
        where ArrayType : IList<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType

    TailAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, ArrayType)

    Declaration
    public static ArrayType TailAverageConditional<ArrayType, ItemType>(IReadOnlyList<ItemType> array, int count, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType

    TailAverageLogarithm<ArrayType>(IReadOnlyList<T>, Int32, ArrayType)

    Declaration
    public static ArrayType TailAverageLogarithm<ArrayType>(IReadOnlyList<T> array, int count, ArrayType result)
        where ArrayType : IList<T>
    Parameters
    Type Name Description
    IReadOnlyList<T> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType

    TailAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType>, Int32, ArrayType)

    Declaration
    public static ArrayType TailAverageLogarithm<ArrayType, ItemType>(IReadOnlyList<ItemType> array, int count, ArrayType result)
        where ArrayType : IList<ItemType> where ItemType : SettableTo<ItemType>
    Parameters
    Type Name Description
    IReadOnlyList<ItemType> array
    Int32 count
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    ArrayType
    ItemType
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.