public interface ColumnarExplainer<T extends Output<T>>
Modifier and Type | Method and Description |
---|---|
Explanation<T> |
explain(Map<String,String> input)
Explains the supplied data.
|
Explanation<T> explain(Map<String,String> input)
Example
using a RowProcessor
, before being
supplied to the internal Model
.input
- The data to explain.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.