Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Results of comparison. Lt = Comp(-1) // less than Eq = Comp(0) //equal Gt = Comp(+1) //greater than )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Net ¶
type Net struct { Neter // contains filtered or unexported fields }
func (*Net) Centralities ¶
func (Net) ExtremitiesNb ¶
Click to show internal directories.
Click to hide internal directories.