Skip to content

Commit

Permalink
Merge pull request #57 from zStupan/main
Browse files Browse the repository at this point in the history
update paper
  • Loading branch information
zStupan authored Apr 26, 2022
2 parents 15879dc + a7c2067 commit be9dc53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Binary file added paper/NiaARM1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ numeric association rule mining is modeled as a single objective, continuous opt
weighted sum of the support and confidence of the built rule. The approach is extended by allowing the use of any optimization
algorithm from the related NiaPy framework [@vrbancic_niapy_2018], as well as having the option to select various interest
measures and their corresponding weights for the fitness function.
Additionally, the framework also includes methods for loading and preprocessing data, powerful
visualization methods, such as the hill slopes method [@fister_visualization_2020] and a simple command line interface for
mining association rules.

The flow of the NiaARM framework is shown in \autoref{fig:NiaARM}. Users have the option to construct a dataset either from a
CSV file or a pandas DataFrame. The dataset is then used to build the optimization problem, along with user selected interest
measures to be used in the computation of the fitness function. Then the optimization problem can be solved using any algorithm
in the NiaPy library to mine association rules from the dataset. The rules can be exported to a CSV file, statistically
analysed or visualized using the visualization methods implemented in the framework, such as the hill slopes method
[@fister_visualization_2020]. A simple command line interface for mining rules is also provided.

![NiaARM flow.\label{fig:NiaARM}](NiaARM1.png)

# Statement of need

Expand Down

0 comments on commit be9dc53

Please sign in to comment.