Search Results for

    Show / Hide Table of Contents

    Interface IChiSquaredTranslationModelStore

    Inherited Members
    IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync()
    IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync()
    IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(Boolean, IEnumerable<String>)
    IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet<Int32>, HashSet<Int32>, Boolean)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Int32, Int32, Boolean)
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public interface IChiSquaredTranslationModelStore : IChiSquaredTranslationModelStoreReadOnly

    Methods

    ClearTranslationModelAsync()

    Declaration
    Task ClearTranslationModelAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    SaveVocabAsync(Boolean, IEnumerable<TranslationModelVocabEntry>)

    Declaration
    Task SaveVocabAsync(bool target, IEnumerable<TranslationModelVocabEntry> vocab)
    Parameters
    Type Name Description
    System.Boolean target
    System.Collections.Generic.IEnumerable<TranslationModelVocabEntry> vocab
    Returns
    Type Description
    System.Threading.Tasks.Task

    SetSampleCountAsync(Int32)

    Declaration
    Task SetSampleCountAsync(int count)
    Parameters
    Type Name Description
    System.Int32 count
    Returns
    Type Description
    System.Threading.Tasks.Task

    SetTranslationModelDateAsync(Nullable<DateTime>)

    Declaration
    Task SetTranslationModelDateAsync(Nullable<DateTime> date)
    Parameters
    Type Name Description
    System.Nullable<System.DateTime> date
    Returns
    Type Description
    System.Threading.Tasks.Task

    WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>, Boolean)

    Declaration
    Task WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry> entries, bool isReversedMatrix)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<TranslationModelMatrixEntry> entries
    System.Boolean isReversedMatrix
    Returns
    Type Description
    System.Threading.Tasks.Task

    On this page

    Back to top Generated by DocFX