Search Results for

    Show / Hide Table of Contents

    Class BilingualChiSquareComputer3

    Inheritance
    System.Object
    BilingualChiSquareComputer3
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class BilingualChiSquareComputer3

    Constructors

    BilingualChiSquareComputer3(DataLocation2, IEnumerable<Pair<IntSegment>>)

    Declaration
    public BilingualChiSquareComputer3(DataLocation2 location, IEnumerable<Pair<IntSegment>> segmentReaders)
    Parameters
    Type Name Description
    Sdl.LanguagePlatform.Stat.DataLocation2 location
    System.Collections.Generic.IEnumerable<Pair<Sdl.LanguagePlatform.Stat.IntSegment>> segmentReaders

    Fields

    Progress

    Declaration
    public EventHandler<TranslationModelProgressEventArgs> Progress
    Field Value
    Type Description
    System.EventHandler<TranslationModelProgressEventArgs>

    Methods

    Compute()

    Declaration
    public SparseMatrix<double> Compute()
    Returns
    Type Description
    Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double>

    Compute(Double, Int32, Int32)

    Declaration
    public SparseMatrix<double> Compute(double minScore, int minFreq, int minCooc)
    Parameters
    Type Name Description
    System.Double minScore
    System.Int32 minFreq
    System.Int32 minCooc
    Returns
    Type Description
    Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double>

    On this page

    • Constructors
      • BilingualChiSquareComputer3(DataLocation2, IEnumerable<Pair<IntSegment>>)
    • Fields
      • Progress
    • Methods
      • Compute()
      • Compute(Double, Int32, Int32)
    Back to top Generated by DocFX