Search Results for

    Show / Hide Table of Contents

    Class CooccurrenceCounter2

    Inheritance
    object
    CooccurrenceCounter2
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class CooccurrenceCounter2 : IDisposable

    Constructors

    CooccurrenceCounter2(string)

    Declaration
    public CooccurrenceCounter2(string tempFolder)
    Parameters
    Type Name Description
    string tempFolder

    CooccurrenceCounter2(string, int)

    Declaration
    public CooccurrenceCounter2(string tempFolder, int itemsPerFile)
    Parameters
    Type Name Description
    string tempFolder
    int itemsPerFile

    Properties

    Samples

    Declaration
    public int Samples { get; }
    Property Value
    Type Description
    int

    Methods

    Count(int, int)

    Declaration
    public void Count(int v1, int v2)
    Parameters
    Type Name Description
    int v1
    int v2

    Dispose()

    Declaration
    public void Dispose()

    Merge(int)

    Declaration
    public IEnumerable<CooccurrenceCount> Merge(int minCooc)
    Parameters
    Type Name Description
    int minCooc
    Returns
    Type Description
    IEnumerable<CooccurrenceCount>

    Events

    Progress

    Declaration
    public event EventHandler<TranslationModelProgressEventArgs> Progress
    Event Type
    Type Description
    EventHandler<TranslationModelProgressEventArgs>

    Implements

    IDisposable
    In this article
    • Constructors
      • CooccurrenceCounter2(string)
      • CooccurrenceCounter2(string, int)
    • Properties
      • Samples
    • Methods
      • Count(int, int)
      • Dispose()
      • Merge(int)
    • Events
      • Progress
    • Implements
    Back to top Generated by DocFX