Property | Type | Description | |
---|---|---|---|
Id | long |
Method | Description | |
---|---|---|
Cluster ( INode left, INode right, Match match = Match.NonInverted, |
Clusters Two INodes together, sets new root/parent/left and right edges
|
|
Flatten ( List |
||
IsLeaf ( ) : bool | ||
Leaf ( ) : |
||
Left ( ) : INode | ||
LeftEdge ( ) : Edge | ||
LeftShred ( ) : |
||
MatchData ( ) : |
||
Mirror ( ) : void | ||
OrphanChildren ( ) : void | ||
Parent ( ) : INode | ||
Parent ( INode parent ) : void | ||
Right ( ) : INode | ||
RightEdge ( ) : Edge | ||
RightShred ( ) : |
||
Root ( ) : INode | ||
Root ( INode root ) : void | ||
Size ( ) : int | ||
ToJson ( |
public Cluster ( INode left, INode right, Match match = Match.NonInverted, |
||
left | INode | Node on the left |
right | INode | Node on the Right |
match | Match | Inverted or Not Inverted |
matchData | Optional MatchData variable, store clustering information | |
return | System |
public ToJson ( |
||
writer | ||
return | void |