Package | Description |
---|---|
de.citec.tcs.alignment |
This module defines the interface for AlignmentAlgorithms as well as some helper classes.
|
de.citec.tcs.alignment.parallel |
This module provides a very basic support for the parallel
computing of tasks (Engine class) and entries of a matrix (MatrixEngine).
|
de.citec.tcs.alignment.trees |
This package contains an implementation of the Tree Edit Distance according to Zhang & Shasha (1989).
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelGradientEngine<X,Y>
This allows parallel processing of gradient calculations.
|
class |
ParallelProcessingEngine<X,Y,R>
This allows parallel processing of alignment calculations.
|
class |
SquareParallelProcessingEngine<X,R>
This allows parallel processing of alignment calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixEngine<R>
This is a subclass of the Engine class to enable parallel processing to
calculate the entries of a matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeParallelProcessingEngine<X,Y,R>
This is an adaptation of the ParallelProcessingEngine for TreeEditAlgorithms.
|
class |
TreeSquareParallelProcessingEngine<X,R>
This is an adaptation of the SquarePrallelProcessingEngine for Trees.
|
Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/