C# Class ASPC.Marvel.CrimeAPI.PredictML

Show file Open project: Inmeta/aspc2016

Public Methods

Method Description
GetCrimeNumberByCoordAndYear ( double latitude, double longitude, int year ) : int

Private Methods

Method Description
InvokeRequestResponseService ( double latitude, double longitude, int year ) : Task
ParseAzureMLResult ( Newtonsoft.Json.Linq.JObject response ) : int

Method Details

GetCrimeNumberByCoordAndYear() public method

public GetCrimeNumberByCoordAndYear ( double latitude, double longitude, int year ) : int
latitude double
longitude double
year int
return int