Search Results for

    Show / Hide Table of Contents

    Interface IChiSquaredTranslationModelStore

    Inherited Members
    IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync()
    IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync()
    IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(bool, IEnumerable<string>)
    IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(bool)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet<int>, HashSet<int>, bool)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>, bool)
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public interface IChiSquaredTranslationModelStore : IChiSquaredTranslationModelStoreReadOnly

    Methods

    ClearTranslationModelAsync()

    Declaration
    Task ClearTranslationModelAsync()
    Returns
    Type Description
    Task

    SaveVocabAsync(bool, IEnumerable<TranslationModelVocabEntry>)

    Declaration
    Task SaveVocabAsync(bool target, IEnumerable<TranslationModelVocabEntry> vocab)
    Parameters
    Type Name Description
    bool target
    IEnumerable<TranslationModelVocabEntry> vocab
    Returns
    Type Description
    Task

    SetSampleCountAsync(int)

    Declaration
    Task SetSampleCountAsync(int count)
    Parameters
    Type Name Description
    int count
    Returns
    Type Description
    Task

    SetTranslationModelDateAsync(DateTime?)

    Declaration
    Task SetTranslationModelDateAsync(DateTime? date)
    Parameters
    Type Name Description
    DateTime? date
    Returns
    Type Description
    Task

    WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>, bool)

    Declaration
    Task WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry> entries, bool isReversedMatrix)
    Parameters
    Type Name Description
    IEnumerable<TranslationModelMatrixEntry> entries
    bool isReversedMatrix
    Returns
    Type Description
    Task
    In this article
    • Methods
      • ClearTranslationModelAsync()
      • SaveVocabAsync(bool, IEnumerable<TranslationModelVocabEntry>)
      • SetSampleCountAsync(int)
      • SetTranslationModelDateAsync(DateTime?)
      • WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>, bool)
    Back to top Generated by DocFX