Interface BetulaClusterModel

    • Method Detail

      • estimateLogDensity

        double estimateLogDensity​(ClusterFeature cf)
        Estimate the log likelihood of a clustering feature.
        Parameters:
        cf - ClusteringFeature
        Returns:
        log likelihood
      • updateE

        void updateE​(ClusterFeature cf,
                     double prob)
        Process one clustering feature in the E step.
        Parameters:
        cf - Clustering feature to process.
        prob - weight of the clustering feature.