Class Summary |
CurvilinearCompEvaluator |
Implements the Curvilinear Component function for evaluating the
fitness of the Mapping problem. |
CurvilinearDistEvaluator |
Implements the Curvilinear Distance function for evaluating the
fitness of the Mapping problem. |
FunctionDimensionMappingProblem |
TODO: Complete this javadoc. |
KruskalEvaluator |
Implements the Kruskal stress function for evaluating the fitness of the MappingProblem. |
LinearDistanceMetric |
Represents a method for calculating the structure distance between two
vectors in a MappingProblem. |
LinearMappingProblem |
This class provides an adapter for implementation of NonlinearMapping
evaluation functions. |
MappingProblem |
Abstract MappingProblem class that allows for implementing methods of
mapping high-dimensional data onto lower dimensions. |