Skip to content
Snippets Groups Projects
Commit c8643b73 authored by Kateryna Nikulina's avatar Kateryna Nikulina
Browse files

Update further_analysis.py typo

parent 7d06d61a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ else:
# Compared to the Approach 1, this function first extracts features out of the combinations and assigns an intersection value
# of a combination to its feature-component. Then computes the median value for each parameter and based on these median values
# calculates the lower fence. If a median values of a feature is smaller than the lower fence, this feature is considered important.
# The result of the function is three tables that discribe the mean intersection values per a pair of datasets, lists important features
# The result of the function is three tables that describe the mean intersection values per a pair of datasets, lists important features
# that are important for the discrimination and their count. Rows - initial dataset, columns - dataset, convex hull of which is
# covered by the convex hull of the initial dataset
x,y,z = produce_summary_tables_ch(path_to_ch_outputs, df_pairs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment