public interface TabularExplainer<T extends Output<T>>
Modifier and Type | Method and Description |
---|---|
Explanation<T> |
explain(Example<Label> example)
Explain why the supplied
Example is classified a certain way. |
Explanation<T> explain(Example<Label> example)
Example
is classified a certain way.example
- The Example to explain.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.