Skip to content

Commit

Permalink
detect gamma mixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingzhaooo authored Feb 3, 2025
1 parent 3d9851f commit 9f668b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/asr/GRASP.java
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,6 @@ public static void main(String[] args) {
for (int i = 0; i < ncomponents; i++) {
GammaDistribution gamma = new GammaDistribution(alphas[i], betas[i]);
gammaComponents[i] = new Mixture.Component(weights[i], gamma);

// 打印每个分量的参数
System.out.printf("Component %d -> Shape (α): %.4f, Scale (β): %.4f, Weight: %.4f%n",
i + 1, alphas[i], betas[i], weights[i]);
}
Expand Down

0 comments on commit 9f668b0

Please sign in to comment.