| AddMetric |
Class to implement the ADD command for evolution of metric expressions.
|
| AtomicPreprocessingCommand |
CommandGene to also support evolution of preprocessing.
|
| BooleanCommand |
Deprecated.
|
| ChainedPreprocessingCommand |
Class to chain several preprocessing commands.
|
| DateMeasure |
Basic Measure for dates as of now we only support the yearmeasure which basically calculates the
the similarity yearsim(years1, year2) of two years within a decade.
|
| DatePropertyPair |
|
| MetricCommand |
GP Command for a Link Specification.
|
| NestedBoolean |
Command for Link Spec trees with multiple Boolean Commands:
Childs are either Measures(StringMeasure or NumberMeasure) or NestedBooleans.
|
| NumberMeasure |
Class implements a command to compare
|
| NumberPropertyPair |
Class to evolve number properites as Pairs.
|
| PointSetMeasure |
JGAPs Gene implementation of an Pointset Measure for LIMES.
|
| PointSetPropertyPair |
|
| StringMeasure |
Wraps around LIMES string similarity commands for the JGAP library, e.g.
|
| StringPreprocessingCommand |
CommandGene to evolve preprocessing of properties.
|
| StringPreprocessMeasure |
Wraps around LIMES string similarity commands for the JGAP library, e.g.
|
| StringPropertyPair |
Class to evolve properties as Pairs.
|