Package | Description |
---|---|
org.tribuo.classification.explanations.lime |
Provides an implementation of LIME (Locally Interpretable Model Explanations).
|
Modifier and Type | Method and Description |
---|---|
LIMEExplanation |
LIMEBase.explain(Example<Label> example) |
LIMEExplanation |
LIMEColumnar.explain(Map<String,String> input) |
LIMEExplanation |
LIMEText.explain(String inputText) |
Modifier and Type | Method and Description |
---|---|
protected com.oracle.labs.mlrg.olcut.util.Pair<LIMEExplanation,List<Example<Regressor>>> |
LIMEBase.explainWithSamples(Example<Label> example) |
protected com.oracle.labs.mlrg.olcut.util.Pair<LIMEExplanation,List<Example<Regressor>>> |
LIMEColumnar.explainWithSamples(Map<String,String> input) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.