This commit is contained in:
白白白_leo
2025-09-05 15:01:28 +08:00
parent baa0719ce1
commit 0d2d5b377c

View File

@@ -3,9 +3,10 @@ package org.dromara.easyai.i;
import java.util.Map; import java.util.Map;
/** /**
* @author lidapeng * @author lidapengewew
* @time 2025/4/9 09:55 * @time 2025/4/9 09:55
* @des 自定义编码模块 * @des 自定义编码模块
* f dsada ew
*/ */
public interface CustomEncoding { public interface CustomEncoding {
void backError(Map<Integer, Float> wg, int id) throws Exception;//返回最后一层误差 void backError(Map<Integer, Float> wg, int id) throws Exception;//返回最后一层误差