go fmt
This commit is contained in:
@@ -71,7 +71,7 @@ func (g *AbsorbingMarkovChain) AdjacencyMatrix() mat.Matrix {
|
|||||||
for i := 0; nodes.Next(); i++ {
|
for i := 0; nodes.Next(); i++ {
|
||||||
id := nodes.Node().ID()
|
id := nodes.Node().ID()
|
||||||
u := g.Node(id).(*node)
|
u := g.Node(id).(*node)
|
||||||
a.Set(i, i, 1 - g.outWeightSum(u))
|
a.Set(i, i, 1-g.outWeightSum(u))
|
||||||
}
|
}
|
||||||
|
|
||||||
return a
|
return a
|
||||||
|
|||||||
Reference in New Issue
Block a user