Uses of Class
ai.konduit.serving.output.types.RegressionOutput
-
Packages that use RegressionOutput Package Description ai.konduit.serving.output.adapter -
-
Uses of RegressionOutput in ai.konduit.serving.output.adapter
Methods in ai.konduit.serving.output.adapter that return RegressionOutput Modifier and Type Method Description RegressionOutputRegressionOutputAdapter. adapt(java.lang.Object input, io.vertx.ext.web.RoutingContext routingContext)RegressionOutputRegressionOutputAdapter. adapt(java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> pmmlExamples, io.vertx.ext.web.RoutingContext routingContext)RegressionOutputRegressionOutputAdapter. adapt(org.nd4j.linalg.api.ndarray.INDArray array, io.vertx.ext.web.RoutingContext routingContext)Methods in ai.konduit.serving.output.adapter that return types with arguments of type RegressionOutput Modifier and Type Method Description java.lang.Class<RegressionOutput>RegressionOutputAdapter. outputAdapterType()
-