kmpoon / hlta

Provides functions for hierarchical latent tree analysis on text data for hierarchical topic detection
GNU General Public License v3.0
81 stars 23 forks source link

Can I run the HLC code on discrete data? #17

Open halbersb opened 3 years ago

halbersb commented 3 years ago

I want to provide the algorithm an input file with discrete variables in csv or txt format (not documents). I get the following error:

"Exception in thread "main" java.lang.Exception: Unsupported file format"

kmpoon commented 3 years ago

The HLTA code supports data with binary variables only (i.e. variables with only two discrete states). If you have data with binary variables, you may try to convert them to ARFF format.