Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
de.unibi.citec.tcs.alignment.sequence |
This package contains the definition of input Sequences for
AlignmentAlgorithms.
|
de.unibi.citec.tcs.alignment.wrappers |
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
AlignmentSpecification.getNodeSpecification() |
Constructor and Description |
---|
AlignmentSpecification(NodeSpecification nodeSpecification)
Initializes an alignment specification from a given node specification.
|
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators) |
AlignmentSpecification(NodeSpecification nodeSpecification,
String[] keywords,
Comparator[] comparators,
double[] weighting) |
Modifier and Type | Method and Description |
---|---|
NodeSpecification |
Sequence.getNodeSpecificiation()
Returns the NodeSpecification all Nodes in this sequence belong to.
|
Constructor and Description |
---|
Sequence(NodeSpecification nodeSpecficiation)
Sets up an empty sequence with the given NodeSpecification as basis.
|
Modifier and Type | Method and Description |
---|---|
static Sequence[] |
RandomSequenceGenerator.generateSequences(int N,
int L,
NodeSpecification nodeSpec)
This generates N random sequences of length L each according to
the given NodeSpecification.
|
Copyright (C) 2013, 2014 Benjamin Paaßen, Charlie Krüger, Georg Zentgraf, 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