firefly-cpp / NiaARM

A minimalistic framework for Numerical Association Rule Mining
MIT License
15 stars 6 forks source link

Optional: Add Latex code for available metrics #40

Closed firefly-cpp closed 2 years ago

firefly-cpp commented 2 years ago

Can be something similar as we have in niapy framework for presentation of problems:

LaTeX formats: Inline: $f(\mathbf{x}) = \sum_{i=1}^{D} \lvert x_i \sin(x_i)+0.1xi \rvert$ Equation: \begin{equation} f(\mathbf{x}) = \sum{i=1}^{D} \lvert x_i \sin(x_i)+0.1x_i \rvert \end{equation} Domain: $-10 \leq x_i \leq 10$

firefly-cpp commented 2 years ago

It can also be used in Docs.