bayesnet
Class BayesianNetwork
- java.lang.Object
-
- bayesnet.BayesianNetwork
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.
@Deprecated public class BayesianNetwork extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BayesianNetwork()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description voidaddNode(Node node)Deprecated.NodegetNode(java.lang.String nodeId)Deprecated.java.util.Collection<Node>getNodes()Deprecated.booleanisValid()Deprecated.static BayesianNetworkread(java.io.InputStream in)Deprecated.voidsetNodes(java.util.Collection<Node> nodes)Deprecated.static voidwrite(BayesianNetwork net, java.io.OutputStream out)Deprecated.
-
-
-
Method Detail
-
addNode
public void addNode(Node node)
Deprecated.
-
isValid
public boolean isValid()
Deprecated.
-
getNode
public Node getNode(java.lang.String nodeId)
Deprecated.
-
getNodes
public java.util.Collection<Node> getNodes()
Deprecated.
-
setNodes
public void setNodes(java.util.Collection<Node> nodes)
Deprecated.
-
read
public static BayesianNetwork read(java.io.InputStream in) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
write
public static void write(BayesianNetwork net, java.io.OutputStream out) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG