@Deprecated public interface MultiOutputAdapter<T>
INDArray
(one per output name) in to an appropriate
json object representing the domain to be interpreted.| Modifier and Type | Method and Description |
|---|---|
Map<String,BatchOutput> |
adapt(T input,
List<String> outputNames,
io.vertx.ext.web.RoutingContext routingContext)
Deprecated.
Adapt a pair of
INDArray
and the output names,
with the array input ordered by the output name |
List<Class<? extends OutputAdapter<?>>> |
outputAdapterTypes()
Deprecated.
Returns a map of the strings by output name
to the
OutputAdapter
for each output |
Map<String,BatchOutput> adapt(T input, List<String> outputNames, io.vertx.ext.web.RoutingContext routingContext)
INDArray
and the output names,
with the array input ordered by the output nameinput - the arrays to adaptoutputNames - the output names to adaptroutingContext - routing contextList<Class<? extends OutputAdapter<?>>> outputAdapterTypes()
OutputAdapter
for each outputCopyright © 2022. All rights reserved.