Skip to content

Commit

Permalink
ensemble classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Benes committed Jun 24, 2024
1 parent f9ef009 commit 1600a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sealwatch/ensemble_classifier/fld_ensemble_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ def train(self):
"""
Train an ensemble of Fisher linear discriminant classifiers
:return: (ensemble_classifier, training_records) as 2-tuple
ensemble_classifier is an instance of an EnsembleClassifier
training_records is a list of dicts
ensemble_classifier is an instance of an EnsembleClassifier
training_records is a list of dicts
"""

# Initialize the search for d_sub
Expand Down

0 comments on commit 1600a24

Please sign in to comment.