Frequently Asked Questions
-
Question: How does your algorithm work for MAFIA/SPAM/SECRET?
Answer: The algorithms are fully described in their respective publications. The papers can be downloaded by browsing to the proper 'Publications' sections.
-
Question: Where are the datasets for MAFIA?
Answer: Look under MAFIA 1.2 for tarballs with the datasets. The newest releases do not have the same files since the datasets remain the same.
-
Question: How do I compile the source code?
Answer: The 'Code Documentation' sections have detailed information about compiling and running the code for each project.
-
Question: I get errors when I try to compile the source code on Linux.
Answer: Try updating the configuration files by running 'aclocal', 'autoconf', and 'automake' first, and then start the configure and make process again.