Skip to content

Commit

Permalink
Merge pull request #24 from fhswf/oa/streams/ca
Browse files Browse the repository at this point in the history
Refact: Alignment to recent changes on cluster analysis in MLPro #23
  • Loading branch information
detlefarend committed Aug 9, 2024
2 parents 6f87986 + ea565f8 commit 4f8b7a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mlpro_int_river/wrappers/clusteranalyzers/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
## -- 2024-05-07 1.4.0 DA Separation of particular algorithms into separate modules
## -- 2024-05-24 1.5.0 DA Alignment with MLPro 2
## -- 2024-05-25 1.5.1 SY Introduction of size as a property, Refactoring
## -- 2024-07-04 1.6.0 DA Alignment with MLPro 2
## -------------------------------------------------------------------------------------------------

"""
Ver. 1.5.1 (2024-05-25)
Ver. 1.6.0 (2024-07-04)
This module provides wrapper root classes from River to MLPro, specifically for cluster analyzers.
Expand Down Expand Up @@ -194,7 +195,7 @@ def get_algorithm(self) -> base.Clusterer:
## -------------------------------------------------------------------------------------------------
def get_cluster_memberships( self,
p_inst: Instance,
p_scope: int = ClusterAnalyzer.C_MS_SCOPE_MAX ) -> List[Tuple[str, float, Cluster]]:
p_scope: int = ClusterAnalyzer.C_RESULT_SCOPE_MAX ) -> List[Tuple[str, float, Cluster]]:
"""
Public custom method to determine the membership of the given instance to each cluster as
a value in percent.
Expand Down

0 comments on commit 4f8b7a6

Please sign in to comment.