Search Results for

    Show / Hide Table of Contents

    Class TrainedModelBuildResults

    Inheritance
    System.Object
    TrainedModelBuildResults
    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 TrainedModelBuildResults

    Constructors

    TrainedModelBuildResults()

    Declaration
    public TrainedModelBuildResults()

    Fields

    ReversedTranslationMatrix

    Declaration
    public SparseMatrix<double> ReversedTranslationMatrix
    Field Value
    Type Description
    Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double>

    TranslationMatrix

    Declaration
    public SparseMatrix<double> TranslationMatrix
    Field Value
    Type Description
    Sdl.LanguagePlatform.Stat.SparseMatrix<System.Double>

    On this page

    • Constructors
      • TrainedModelBuildResults()
    • Fields
      • ReversedTranslationMatrix
      • TranslationMatrix
    Back to top Generated by DocFX