From a23210069206cfede7acf84bdff192813f2f7978 Mon Sep 17 00:00:00 2001 From: lidapeng Date: Mon, 9 Mar 2020 16:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c5b86..77b45da 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ randomForest.study(); //插入特征数据,森林对该数据的最终分类结果进行判断 randomForest.forest(Object objcet); -###常见抛错 +### 常见抛错 * error:Wrong size setting of image in templateConfig * 原因是模版配置类图片宽高设置相差太大 > templeConfig.init(StudyPattern.Accuracy_Pattern, true, width, height, 1);