public class MarkovBlanket
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<Vertex> |
get(Vertex<?> aVertex)
This algorithm finds all of the vertices that shield it from the rest of the Bayesian Network.
|
public static java.util.Set<Vertex> get(Vertex<?> aVertex)
aVertex - the vertex to find the Markov Blanket for