CommunityTracker Class |
Namespace: Comuna.D3
The CommunityTracker type exposes the following members.
| Name | Description | |
|---|---|---|
| CommunityTracker |
Creates a new CommunityTracker with the given algorithm and capacity.
|
| Name | Description | |
|---|---|---|
| CommunityAlg |
Gets the community algorithm containing the Network used to update the communities.
| |
| FilePath |
Gets the path to the D3 json file where the network graphs are saved.
| |
| Network |
Gets the network graph whose communities are tracked by this instance.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of this tracker by closing the D3 json file.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Update |