Search Results for

    Show / Hide Table of Contents

    Class TrainedModelBuildResults

    Inheritance
    object
    TrainedModelBuildResults
    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 TrainedModelBuildResults

    Constructors

    TrainedModelBuildResults()

    Declaration
    public TrainedModelBuildResults()

    Fields

    ReversedTranslationMatrix

    Declaration
    public SparseMatrix<double> ReversedTranslationMatrix
    Field Value
    Type Description
    SparseMatrix<double>

    TranslationMatrix

    Declaration
    public SparseMatrix<double> TranslationMatrix
    Field Value
    Type Description
    SparseMatrix<double>
    In this article
    • Constructors
      • TrainedModelBuildResults()
    • Fields
      • ReversedTranslationMatrix
      • TranslationMatrix
    Back to top Generated by DocFX