swh:1:snp:9bb4ad0c7eea282c35da930b6fd14124a13be15f
Raw File
Tip revision: e0833fd2b30577dfa7222de86edad6b4b5deb8a5 authored by parmisnaddaf on 17 March 2024, 20:57:34 UTC
Merge pull request #239 from sfu-cl-lab/2023_project_test
Tip revision: e0833fd
config.cfg
# Database Configurations
dbaddress = mysql://127.0.0.1
dbname = name_of_databases
dbusername = database_username
dbpassword = database_password
dbtemporarytablesize = 4
dbcollation = latin1_swedish_ci

# FactorBase Configurations
AutomaticSetup = 1
ComputeKLD = 0
Continuous = 0
LinkAnalysis = 1
LinkCorrelations = 1
UseLocal_CT = 0
SkipParameterLearning = 0

# Counting strategy for generating the contingency tables.
# 0 - Precount
# 1 - Ondemand
# 2 - Hybrid
CountingStrategy = 0

# Logging levels for console output.
# off - No console output.
# info - Basic console output.
# runtimeDetails - Additional runtime information.
# debug - Detailed information.
LoggingLevel = info
back to top