RokIvansek / attribute-interactions

A python implementation of attribute interactions. An Orange add-on (scripting part only).
2 stars 0 forks source link

Scripting library #1

Closed RokIvansek closed 8 years ago

RokIvansek commented 8 years ago

Implement a library interactions.py

RokIvansek commented 8 years ago

Isn't equal-frequencies interval discretization a better choice? Which of the interaction information (abs_interaction, rel_interaction, ig_a, ig_b, ig_ab, …) should be stored in the interaction matrix?

RokIvansek commented 8 years ago

Equal-frequencies was used. Value rel_ig_ab is stored in an interaction matrix.