Compare commits
2 Commits
d8a0c7b121
...
a1a48f7546
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1a48f7546 | ||
|
|
0d2d5b377c |
@@ -3,9 +3,10 @@ package org.dromara.easyai.i;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author lidapeng
|
||||
* @author lidapengewew
|
||||
* @time 2025/4/9 09:55
|
||||
* @des 自定义编码模块
|
||||
* f dsada ew
|
||||
*/
|
||||
public interface CustomEncoding {
|
||||
void backError(Map<Integer, Float> wg, int id) throws Exception;//返回最后一层误差
|
||||
|
||||
Reference in New Issue
Block a user