예제 #1
0
 public ActionResult GetKMeansSelfHalting()
 {
     return(Json(clusterService.GetKMeansClusterSelfHalt()));
 }