T - the type to convert to@Deprecated public interface OutputAdapter<T extends BatchOutput>
INDArray
or FieldName list map
from PMML to human readable json.| Modifier and Type | Method and Description |
|---|---|
T |
adapt(org.nd4j.linalg.api.ndarray.INDArray array,
io.vertx.ext.web.RoutingContext routingContext)
Deprecated.
Given an input array,
output the desired type
|
T |
adapt(List<? extends Map<org.dmg.pmml.FieldName,?>> pmmlExamples,
io.vertx.ext.web.RoutingContext routingContext)
Deprecated.
Convert the pmml to
the desired type
|
T |
adapt(Object input,
io.vertx.ext.web.RoutingContext routingContext)
Deprecated.
Adapt an arbitrary object.
|
Class<T> |
outputAdapterType()
Deprecated.
Returns the output type of this
output adapter.
|
T adapt(org.nd4j.linalg.api.ndarray.INDArray array, io.vertx.ext.web.RoutingContext routingContext)
array - the input arrayroutingContext - Vert.x routing contextT adapt(List<? extends Map<org.dmg.pmml.FieldName,?>> pmmlExamples, io.vertx.ext.web.RoutingContext routingContext)
pmmlExamples - the list of examples to convertroutingContext - Vert.x routing contextT adapt(Object input, io.vertx.ext.web.RoutingContext routingContext)
INDArrayinput - the input to convertroutingContext - routing contextCopyright © 2022. All rights reserved.