Interface AlignmentResult

All Known Implementing Classes:
AlignmentResultImpl

public interface AlignmentResult
The result of an alignment.
  • Method Details

    • getTransformation

      Transformation getTransformation()
      The transformation which recreates this alignment when applied to the 2nd argument.
      Returns:
      a Transformation which can be used to recreate this alignment
    • getRootMeanSquareDeviation

      float getRootMeanSquareDeviation()
      The score of this superposition.
      Returns:
      a float