The Network type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Network | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Copy |
Makes a copy of the network.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDag |
Determines whether this instance is a Directed Acyclic Graph (DAG) which is a requirement for Bayesian networks.
| |
| Load | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save | Overloaded. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| Validate |
Validates that the Bayesian network is correctly specified.
|
Properties
| Name | Description | |
|---|---|---|
| Description |
An optional description for the Bayesian network.
| |
| Links |
The collection of links in the Bayesian network.
| |
| Name |
An optional name for the Bayesian network.
| |
| Nodes |
The collection of nodes in the Bayesian network.
| |
| Variables |
The collection of variables in the Bayesian network.
|
