Compare commits
No commits in common. 'e9d543a0b1f0ef53b45614de3d134399a28fa7a4' and 'c0583df391dec83f7bfff060ebee88688b637cf4' have entirely different histories.
e9d543a0b1
...
c0583df391
@ -1,17 +0,0 @@
|
|||||||
package com.sztzjy.marketing.entity.dto;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author tz
|
|
||||||
* @date 2024/8/28 9:09
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
public class KmeansDTO {
|
|
||||||
|
|
||||||
private ArrayList<ArrayList<ArrayList<Float>>> clusters;
|
|
||||||
|
|
||||||
private Integer iterations;
|
|
||||||
}
|
|
Loading…
Reference in New Issue