Closed jc-ryan closed 4 years ago
Hi, the reason why I process the dataset for 4 times is:
Hi, the reason why I process the dataset for 4 times is:
- we test on two datasets: same event dataset, and same story dataset;
- we want to test the influence of community detection, therefore, we set "use_cd" as true or false for both datasets. In this way, we have 4 different parameter combinations.
Sorry, I mistakenly thought they were the same, thanks.
作者您好,在feature_extractor.py中有如下语句 if name == "main":
debug with a few lines
`
其中多次调用了dataset2featurefile这一方法,除第一个参数extract_range设置为range(2),其余后后面几次都是一样的;请问这样做是否是必要的,实际运行时只保留其中一次调用可以吗,如果是,保留extract_range=range(2)的,还是extract_range=None的呢?谢谢您!