Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgovan committed Nov 25, 2024
1 parent f8748ed commit a2a4d5f
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 5 deletions.
552 changes: 552 additions & 0 deletions README.html

Large diffs are not rendered by default.

21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ already be loaded.

Select a learning algorithm from the *Structural Learning* box. The
classes of available structural learning algorithms include:
\* Constraint-based algorithms \* Score-based algorithms \*
Hybrid-structure algorithms \* Local discovery algorithms

* Constraint-based algorithms
* Score-based algorithms
* Hybrid-structure algorithms
* Local discovery algorithms

To view the network score, select a score function from the The Network
Score box.
Expand Down Expand Up @@ -116,9 +119,17 @@ not supported for continuous variables.

Click Measures in the sidepanel to bring up a number of tools for
classic network analysis. The Measures tab has a number of node and
network measures. The node measures include: \* Markov blanket \*
Neighborhood \* Parents \* Children \* In degree \* Out degree \*
Incident arcs \* Incoming arcs \* Outgoing arcs
network measures. The node measures include:

* Markov blanket
* Neighborhood
* Parents
* Children
* In degree
* Out degree
* Incident arcs
* Incoming arcs
* Outgoing arcs

Select a node measure in the Controls box and the result will be
displayed in the Node Measure box.
Expand Down
2 changes: 2 additions & 0 deletions ReadMe.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Click Structure in the sidepanel to begin learning the network from the data. Th
In order to learn the structure of a network for a given data set, upload the data set in csv format using The Data Input box. Data should be numeric or factored and should not contain any NULL/NaN/NA values. Again, this example uses the "Sample Discrete Network", which should already be loaded.

Select a learning algorithm from the *Structural Learning* box. The classes of available structural learning algorithms include:

* Constraint-based algorithms
* Score-based algorithms
* Hybrid-structure algorithms
Expand Down Expand Up @@ -79,6 +80,7 @@ Click Inference in the sidebar to add evidence to the network. Select evidence t

## Measures
Click Measures in the sidepanel to bring up a number of tools for classic network analysis. The Measures tab has a number of node and network measures. The node measures include:

* Markov blanket
* Neighborhood
* Parents
Expand Down

0 comments on commit a2a4d5f

Please sign in to comment.