Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
halbersb opened this issue Jul 15, 2021 · 1 comment
Open

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

halbersb opened this issue Jul 15, 2021 · 1 comment

Comments

@halbersb
Copy link

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
Copy link
Owner

kmpoon commented Sep 11, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants