Module vrp_core::algorithms::gsom[][src]

Provides customized implementation of Growing Self Organizing Map.

Structs

Coordinate

Coordinate of the node.

Network

A customized Growing Self Organizing Map designed to store and retrieve trained input.

NetworkConfig

GSOM network configuration.

NetworkState

Represents state of the network.

Node

Represents a node in network.

NodeState

Contains information about network node state.

Topology

Represents a node neighbourhood.

Traits

Input

Represents an input for network.

Storage

Represents input data storage.

Functions

get_network_state

Gets network state.

Type Definitions

NodeLink

A reference to the node.