You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
980 B
12 lines
980 B
package org.wlld;
|
|
|
|
/**
|
|
* @author lidapeng
|
|
* @description
|
|
* @date 9:49 上午 2020/1/31
|
|
*/
|
|
public class ModelData {
|
|
//860第一遍
|
|
public static final String DATA = "{\"error\":0,\"modelParameter\":{\"borderMap\":{},\"depthNerves\":[],\"dnnAvg\":0.0,\"dymNerveStudies\":[],\"dymOutNerveStudy\":{\"list\":[],\"threshold\":0.0},\"knnVector\":[{\"lists\":[[95.6971718879,120.1416905782,74.5044809559,124.1669306988,173.2058154272,130.0530488507,201.5146465747,230.7140716115,224.3807836939],[95.6921196128,120.1698610257,74.5294753443,124.1923287839,173.2201953971,130.0739316074,201.5194922876,230.717440181,224.3862824985]],\"type\":83},{\"lists\":[[131.8211305059,42.2082981045,46.6882756034,172.1502507313,101.8507521939,57.1755885221,208.8742900204,225.4485763041,225.3738291565],[131.8209941361,42.2081446884,46.6884665212,172.1504917256,101.8512634424,57.1762759793,208.8737326558,225.4483658421,225.3736703784]],\"type\":84}],\"matrixK\":{},\"outNerves\":[]}}";
|
|
}
|