Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ find
Method
find
JSAT/src/jsat/utils/UnionFind.java:49–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
UnionFind<X> find()
50
{
51
if
(this.parent != this)
52
this.parent = this.parent.find();
53
return
this.parent;
54
}
55
56
public
void
union(UnionFind<X> y)
57
{
Callers
3
union
Method · 0.95
loadArffFile
Method · 0.80
cluster
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected