변화탐지 polygon 정확도 컬럼 추가
This commit is contained in:
@@ -137,6 +137,7 @@ public class ChangeDetectionDto {
|
||||
private Integer afterYear; // 비교년도
|
||||
private Double afterConfidence; // 비교 신뢰도(확률)
|
||||
private String afterClass;
|
||||
private Double cdProb; // 탐지정확도
|
||||
}
|
||||
|
||||
@Schema(name = "PointFeature", description = "Geometry 리턴 객체")
|
||||
@@ -177,5 +178,6 @@ public class ChangeDetectionDto {
|
||||
private Integer afterYear; // 비교년도
|
||||
private Double afterConfidence; // 비교 신뢰도(확률)
|
||||
private String afterClass; // 비교 분류
|
||||
private Double cdProb; // 탐지 정확도
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user