public interface Compare
Metric compare(Model model1, Model model2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
model1 - : model to be compared with model2model2 - : model to be compared with model1com.fasterxml.jackson.core.JsonProcessingException - : if the models cannot be converted to JSON.ApiException - : if the cortical.io's API isn't available/ or an internal error occurred.Metric compare(String jsonModel1, Model model2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
jsonModel1 - : json (string) model to be compared with model2model2 - : model to be compared with jsonModel1com.fasterxml.jackson.core.JsonProcessingException - : if the models cannot be converted to JSON.ApiException - : if the cortical.io's API isn't available/ or an internal error occurred.Metric compare(String jsonModel1, String jsonModel2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
jsonModel1 - : json model to be compared with model2jsonModel2 - : json model to be compared with model1com.fasterxml.jackson.core.JsonProcessingException - : if the models cannot be converted to JSON.ApiException - : if the cortical.io's API isn't available/ or an internal error occurred.Copyright © 2015. All rights reserved.