Uses of Interface
com.topologi.diffx.algorithm.Matrix
Packages that use Matrix
-
Uses of Matrix in com.topologi.diffx.algorithm
Classes in com.topologi.diffx.algorithm that implement MatrixModifier and TypeClassDescriptionfinal classA matrix implementation which backbone is a matrix of integers.final classA matrix implementation which backbone is a matrix of short numbers.Fields in com.topologi.diffx.algorithm declared as MatrixModifier and TypeFieldDescriptionprivate MatrixDiffXFitopsy.matrixMatrix storing the paths.private MatrixDiffXFitsy.matrixMatrix storing the paths.private MatrixDiffXFitWesyma.matrixMatrix storing the paths.private MatrixGuanoAlgorithm.matrixMatrix storing the paths.Methods in com.topologi.diffx.algorithm that return MatrixModifier and TypeMethodDescriptionprivate static MatrixDiffXFitopsy.setupMatrix(EventSequence s1, EventSequence s2) Determines the most appropriate matrix to use.private static MatrixDiffXFitsy.setupMatrix(EventSequence s1, EventSequence s2) Determines the most appropriate matrix to use.private static MatrixDiffXFitWesyma.setupMatrix(EventSequence s1, EventSequence s2) Determines the most appropriate matrix to use.private static MatrixGuanoAlgorithm.setupMatrix(EventSequence s1, EventSequence s2) Determines the most appropriate matrix to use.