Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
YGZWQZD committed Jul 23, 2022
1 parent 1fdf4ad commit f470dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LAMDA_SSL/Algorithm/Classification/SSGMM.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def __init__(self,tolerance=config.tolerance, max_iterations=config.max_iteratio
# >> - num_classes: The number of classes.
# >> - tolerance: Tolerance for iterative convergence.
# >> - max_iterations: The maximum number of iterations.

self.num_classes=num_classes
self.tolerance=tolerance
self.max_iterations=max_iterations
Expand Down

0 comments on commit f470dff

Please sign in to comment.