bayesnet
Class Node
- java.lang.Object
-
- bayesnet.Node
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.
@Deprecated public class Node extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Node(java.lang.String identifier)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description java.lang.StringgetIdentifier()Deprecated.Node[]getParents()Deprecated.double[]getProbabilities()Deprecated.Returns the probabilities of this node column wisejava.lang.String[]getStates()Deprecated.booleanisValid()Deprecated.intnumberOfParents()Deprecated.intnumberOfStates()Deprecated.voidsetParents(Node[] parents)Deprecated.voidsetProbabilities(double[] probabilities)Deprecated.voidsetStates(java.lang.String[] states)Deprecated.
-
-
-
Method Detail
-
setStates
public void setStates(java.lang.String[] states)
Deprecated.
-
numberOfStates
public int numberOfStates()
Deprecated.
-
setParents
public void setParents(Node[] parents)
Deprecated.
-
numberOfParents
public int numberOfParents()
Deprecated.
-
getParents
public Node[] getParents()
Deprecated.
-
setProbabilities
public void setProbabilities(double[] probabilities)
Deprecated.
-
isValid
public boolean isValid()
Deprecated.
-
getIdentifier
public java.lang.String getIdentifier()
Deprecated.
-
getStates
public java.lang.String[] getStates()
Deprecated.
-
getProbabilities
public double[] getProbabilities()
Deprecated.Returns the probabilities of this node column wise
-
-
DataMelt 3.0 © DataMelt by jWork.ORG