锚点部署
			
		
		| .gitignore | ||
| anchor.py | ||
| dataset_for_anchor.txt | ||
| README.md | ||
需要的 python包: numpy, seaborn, matplotlib, scipy
执行python anchor.py后,自动将计算出的m点保存到本地,需要四个参数: input_file 级联数据文件路径; result_path 计算出的结果保存路径; anchor_budget m点预算; obs_time 可观测时间,默认为-1,可不填写; max_cas_num 处理的事件数量,默认为-1,可不填写;