Uses of Package
edu.cmu.tetrad.search.unmix

Packages that use edu.cmu.tetrad.search.unmix
Package
Description
 
  • Class
    Description
    The Config class encapsulates the configuration settings used for the unmixing or clustering process within the CausalUnmixer framework.
    Configuration class for the EmUnmix algorithm, providing parameters and settings to control the behavior of the unmixing process.
    Configuration class for the Gaussian Mixture Model (GMM) Expectation-Maximization (EM) algorithm.
    Specifies the type of covariance matrix used in the Gaussian Mixture Model (GMM) implemented by the GaussianMixtureEM class.
    Represents the Gaussian Mixture Model (GMM) computed and used in the GaussianMixtureEM class.
    Represents the result of a clustering operation using the KMeans algorithm.
    Linear regression using EJML's QR-based solve (stable).
    Represents the configuration settings used for statistical screening and optional bagging operations in the parent superset construction process.
    Represents the type of correlation score used for statistical calculations or comparisons.
    Interface for local regressors used to compute residual signatures: X ~ f(Pa).
    Represents the Bayesian Information Criterion (BIC) values for mixture models with K=1 and K=2 clusters and the difference (delta) between these values.
    Represents the entropy statistics of clustering results in the context of mixture models.
    Represents the difference between two clustering graphs in terms of structural and adjacency metrics.
    Represents the result of a stability analysis of clustering, typically performed by evaluating the Adjusted Rand Index (ARI) across multiple independent runs.
    Container for unmixing output (labels, per-cluster datasets, optional graphs).