Class MimicChowLiuModel

java.lang.Object
com.knezevic.edaf.v3.models.discrete.MimicChowLiuModel
All Implemented Interfaces:
Model<BitString>

public final class MimicChowLiuModel extends Object implements Model<BitString>
MIMIC-style model using a Chow-Liu maximum-weight dependency tree.

The model approximates the elite distribution with the best tree-structured factorization under pairwise mutual information. In this implementation, the root is chosen as the minimum-entropy variable to stabilize chain/tree sampling on highly decisive loci.