- R2GenOptSettings - Class in com.bayesia.api.discretization.settings
-
This class is used to perform discretization using the R2-GenOpt discretization algorithm.
- R2GenOptSettings(int, boolean, boolean) - Constructor for class com.bayesia.api.discretization.settings.R2GenOptSettings
-
Create settings for the R2-GenOpt discretization algorithm providing the number of intervals we want to obtain.
- removeArc(String, String) - Method in class com.bayesia.api.APIModeling
-
Removes the arc between the specified nodes.
- removeClassFromNode(String, String) - Method in class com.bayesia.api.APIModeling
-
Removes the specified class from the given node.
- removeConstant(String) - Method in class com.bayesia.api.APIModeling
-
Removes the specified constant from the network.
- removeNode(String) - Method in class com.bayesia.api.APIModeling
-
Removes the specified node.
- resetTime() - Method in class com.bayesia.api.APIInference
-
Resets the time to 0.
- ResizableIcon - Interface in com.bayesia.api
-
ResizableIcon
can handle rendered images such as png, jpeg, or gif as well as svg vector images.