@Portable public class BayesNetwork extends Object implements Serializable
| Constructor and Description |
|---|
BayesNetwork(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<BayesVariable> |
getNodos() |
void |
setName(String name) |
void |
setNodos(List<BayesVariable> nodos) |
public BayesNetwork(String name)
public String getName()
public void setName(String name)
public List<BayesVariable> getNodos()
public void setNodos(List<BayesVariable> nodos)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.