jBNC Toolbox

Serialized Form


Package jbnc.dataset

Class jbnc.dataset.AttributeSpecs extends java.lang.Object implements Serializable

Serialized Fields

states

java.lang.String[] states
Represents symbolic names for attribute states. It is used when attribute type==DISCRETE. It is used to convert between internal and external representation. For efficiency discrete states are internally represented as integers, starting with 0.


name

java.lang.String name

type

AttributeType type

Class jbnc.dataset.AttributeSpecs.AttributeException extends java.lang.Exception implements Serializable

Class jbnc.dataset.AttributeType extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Package jbnc.discretize

Class jbnc.discretize.EntropyDiscretizer extends java.lang.Object implements Serializable

Serialized Fields

partitionBoundaries

double[] partitionBoundaries
Represent partition boundaries for discretization.


partitionNames

java.lang.String[] partitionNames
Partition names. Number of elements is one more that in partitionBoundaries.


nbClasses

int nbClasses

Package jbnc.graphs

Class jbnc.graphs.BNCInference extends java.lang.Object implements Serializable

Serialized Fields

nbVars

int nbVars

nbClasses

int nbClasses

probFuncs

double[][] probFuncs
Probability function values for each of the network nodes.


variables

int[][] variables
Variables for each of the probability function.


radix

int[][] radix
Used to calculate index within the probFunction.


condClassProb

double[] condClassProb


SourceForge.net Logo