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> |