Description
This service runs JHUAPL Detection Algorithms. Currently the Temporal Detection Algorithm is implemented via the runTemporalDetection web service method. runTemporalDetection takes a start date and an array of counts per day, and returns an array of p-values, color codes (2 = yellow, 3 = red), and expected counts per day. Access
The Detection Service is a secure grid web service. To gain access please contact Nathaniel Tabernero.
Client Instructions
A client may be downloaded here: detectorGridServiceClient.zip. This client sends a test set of counts to the service and prints out the results. To run this client, execute the following in a command window:
The client maybe used programmatically to pass in your own data. The Java code to do that would look something like: DetectorServiceClient client = new DetectorServiceClient("http://essence9.jhuapl.edu:8080/wsrf/services/jhuapl/DetectorService"); |