At this point. v.net.models is so complex that it has become unwieldy.
Here are some ideas for a future refactoring plan:
v.net.models -> remove in favour of more specialised modules (see below)
v.net.build -> exclusively for building fully connected (base) models
v.net.reduce -> take the output of v.net.build and produce a new, reduced model (replaces v.net.model's 'initial=' option)
v.net.trim -> remove unconnected nodes
v.net.sample -> draw a random sample of network components
At this point. v.net.models is so complex that it has become unwieldy.
Here are some ideas for a future refactoring plan:
v.net.models -> remove in favour of more specialised modules (see below) v.net.build -> exclusively for building fully connected (base) models v.net.reduce -> take the output of v.net.build and produce a new, reduced model (replaces v.net.model's 'initial=' option) v.net.trim -> remove unconnected nodes v.net.sample -> draw a random sample of network components