| Package | Description |
|---|---|
| extractors |
A group of classes responsible for calculating structural network properties.
|
| fitnessfunctions |
A group of classes responsible for aggregating all penalty functions into a cost/fitness function.
|
| loggers |
A group of classes responsible for logging metrics or penalty evolutions over time during a single re-ranking process
|
| loggers.defined |
Predefined loggers.
|
| main |
Executable versions of Netters and a class responsible for dynamic loading.
|
| network |
A group of classes responsible for representing the network datastructure or which perform modifying operations on networks.
|
| network.link |
A group of classes responsible for representing a link in a network.
|
| network.link.comparator |
A group of classes used to compare links to each other.
|
| network.modifiers |
A group of classes that performs modifying operations on networks.
|
| network.node |
A group of classes represent nodes/vertices in the network
|
| network.postprocessing |
A group of classes that performs final operations on network structures such as merging, sorting and collecting results.
|
| penalties |
A group of classes that represent penalty functions/cost functions
|
| penalties.defined |
A group of classes that implement a penalty
|
| schedulers |
A group of classes implementing a single re-ranking procedure.
|
| settings |
A group of classes that represent penalty functions/cost functions
|
| wrappers |
A group of classes implement a complete re-ranking consisting of several inidividual re-rankings.
|