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>)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Int32, Int32)
    IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection<TranslationModelTuMatrixRequest>)
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public interface IChiSquaredTranslationModelStore : IChiSquaredTranslationModelStoreReadOnly

    Methods

    ClearTranslationModelAsync()

    Declaration
    Task ClearTranslationModelAsync()
    Returns
    Type Description
    Task

    SaveVocabAsync(Boolean, IEnumerable<TranslationModelVocabEntry>)

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

    SetSampleCountAsync(Int32)

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

    SetTranslationModelDateAsync(Nullable<DateTime>)

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

    WriteMatrixDataAsync(IEnumerable<TranslationModelMatrixEntry>)

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