Add files

Add first batch of files
This commit is contained in:
jackyu66git
2025-04-22 10:09:19 +08:00
parent 626d3a6f26
commit 70e14c2ea3
5 changed files with 73 additions and 4 deletions
+3
View File
@@ -290,6 +290,9 @@ class ChanLunClassifier:
if bi_index == len(bi_list):
bi_index = len(bi_list) - 1
bi = bi_list[bi_index]
if klc.end_klu and bi.end_klc and klc.start_klu.index >= bi.start_klc.start_klu.index and klc.end_klu.index <= bi.end_klc.end_klu.index:
klc.set_bi(bi)
# 提取特征
features = klc.get_feature_data()