Package | Description |
---|---|
org.bhave.network.model | |
org.bhave.network.model.impl |
Class and Description |
---|
NetworkModel
Defines an interface for Network models.
|
Class and Description |
---|
BAForestModel
/**
|
BAModel
Defines an interface for the BarabasiAbert Network Model of preferential
attachment.
|
BarabasiAlbertModel
Defines an interface for the BarabasiAbert Network Model of preferential
attachment.
|
ERModel
This model produces networks according to the Erdos-Renyi model as follows:
Each network is chosen uniformly at random from the collection of all
networks which have n nodes and m edges.
|
GilbertModel |
KRegularModel
Defines an interface for the KRegular Network Model.
|
NetworkModel
Defines an interface for Network models.
|
WSModel
Defines a network model that creates
Network instances with
small-world properties according to the algorithm of Watts & Strogatz. |