Uses of Class
io.openraven.magpie.core.dmap.client.dto.AppProbability
-
Packages that use AppProbability Package Description io.openraven.magpie.core.dmap.client io.openraven.magpie.core.dmap.client.dto io.openraven.magpie.core.dmap.dto -
-
Uses of AppProbability in io.openraven.magpie.core.dmap.client
Methods in io.openraven.magpie.core.dmap.client that return types with arguments of type AppProbability Modifier and Type Method Description List<AppProbability>DMapMLClient. predict(Map<String,String> request)List<AppProbability>DMapMLClientImpl. predict(Map<String,String> signature) -
Uses of AppProbability in io.openraven.magpie.core.dmap.client.dto
Methods in io.openraven.magpie.core.dmap.client.dto that return types with arguments of type AppProbability Modifier and Type Method Description List<AppProbability>DMapMLResponse. getPredictions()Methods in io.openraven.magpie.core.dmap.client.dto with parameters of type AppProbability Modifier and Type Method Description intAppProbability. compareTo(AppProbability other)Method parameters in io.openraven.magpie.core.dmap.client.dto with type arguments of type AppProbability Modifier and Type Method Description voidDMapMLResponse. setPredictions(List<AppProbability> predictions) -
Uses of AppProbability in io.openraven.magpie.core.dmap.dto
Methods in io.openraven.magpie.core.dmap.dto that return types with arguments of type AppProbability Modifier and Type Method Description Map<Integer,List<AppProbability>>FingerprintAnalysis. getPredictionsByPort()Method parameters in io.openraven.magpie.core.dmap.dto with type arguments of type AppProbability Modifier and Type Method Description voidFingerprintAnalysis. setPredictionsByPort(Map<Integer,List<AppProbability>> predictionsByPort)
-