Package | Description |
---|---|
de.citec.tcs.alignment.learning |
This module is a custom implementation of the Large Margin
Nearest Neighbor classification scheme of Weinberger, Saul, et al.
|
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.visualization |
This module contains means to visualize AlignmentPaths.
|
Modifier and Type | Method and Description |
---|---|
ProgressReporter |
LMNNGradientCalculator.getReporter()
Returns the ProgressReporter that is used to report progress.
|
Modifier and Type | Method and Description |
---|---|
void |
LMNNGradientCalculator.setReporter(ProgressReporter reporter)
Sets the ProgressReporter that is used to report progress.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandLineProgressReporter
This is a default ProgressReporter that writes a notification to the command
line after progressReportStepSize percent of computation are finished.
|
Modifier and Type | Method and Description |
---|---|
ProgressReporter |
Engine.getReporter()
Returns the ProgressReporter that is used to report progress.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setReporter(ProgressReporter reporter)
Sets the ProgressReporter that is used to report progress.
|
Modifier and Type | Method and Description |
---|---|
ProgressReporter |
HTMLVisualizer.getReporter()
Returns the ProgressReporter that is used to report progress.
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLVisualizer.setReporter(ProgressReporter reporter)
Sets the ProgressReporter that is used to report progress.
|
Copyright (C) 2013-2015 Benjamin Paaßen, 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 . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/