- Database - Interface in com.bayesia.api
-
This interface must be implemented in order to perform network learning.
- DecisionTreeSettings - Class in com.bayesia.api.discretization.settings
-
This class is used to perform targeted discretization using a decision tree.
- DecisionTreeSettings(int) - Constructor for class com.bayesia.api.discretization.settings.DecisionTreeSettings
-
Create an instance of the settings providing the wanted number of intervals.
- DerivativeSettings - Class in com.bayesia.api.discretization.settings
-
This class is used to perform discretization using the derivative discretization algorithm.
- DerivativeSettings(int, boolean) - Constructor for class com.bayesia.api.discretization.settings.DerivativeSettings
-
Create settings for the derivative discretization algorithm providing the number of intervals we want to obtain.
- DiscretizationSettings - Interface in com.bayesia.api.discretization.settings
-
This interface is used to describe the settings for a discretization algorithm.
- discretize(DiscretizationSettings, double[], double[]) - Static method in class com.bayesia.api.APIUtils
-
Perform a discretization of the given values and weights accordingly to the discretization settings provided.
- discretize(TargetedDiscretizationSettings, double[], double[], short[]) - Static method in class com.bayesia.api.APIUtils
-
Perform a discretization of the given values and weights accordingly to the discretization settings provided.