Package gov.nih.mipav.model.algorithms
Class AgglomerativeInformationBottleneck.VlAIB
java.lang.Object
gov.nih.mipav.model.algorithms.AgglomerativeInformationBottleneck.VlAIB
- Enclosing class:
AgglomerativeInformationBottleneck
------------------------------------------------------------------
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[]invalid input: '<' Total number of entries (= # active nodes)(package private) int[]invalid input: '<' Minimum distance to an entry(package private) double[]invalid input: '<' Array of parents(package private) intinvalid input: '<' Entires to nodes(package private) intinvalid input: '<' Number of feature values(package private) int[](package private) intinvalid input: '<' Marginal.(package private) intinvalid input: '<' List of entries to update(package private) int[]invalid input: '<' Number of labels(package private) double[]invalid input: '<' Marginal.(package private) double[][]invalid input: '<' Number of entries to update(package private) double[]invalid input: '<' Joint probability table(package private) intinvalid input: '<' Cost of each merge(package private) int[]invalid input: '<' Closest entry -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
int[] nodes -
nentries
int nentriesinvalid input: '<' Entires to nodes -
beta
double[] betainvalid input: '<' Total number of entries (= # active nodes) -
bidx
int[] bidxinvalid input: '<' Minimum distance to an entry -
which
int[] whichinvalid input: '<' Closest entry -
nwhich
int nwhichinvalid input: '<' List of entries to update -
Pcx
double[][] Pcxinvalid input: '<' Number of entries to update -
Px
double[] Pxinvalid input: '<' Joint probability table -
Pc
double[] Pcinvalid input: '<' Marginal. -
nvalues
int nvaluesinvalid input: '<' Marginal. -
nlabels
int nlabelsinvalid input: '<' Number of feature values -
parents
int[] parentsinvalid input: '<' Number of labels -
costs
double[] costsinvalid input: '<' Array of parents -
verbosity
int verbosityinvalid input: '<' Cost of each merge
-
-
Constructor Details
-
VlAIB
VlAIB()
-