API Reference
CaseExplainer
CaseExplainer.__init__()
CaseExplainer.explain_instance()
CaseExplainer.explain_batch()
CaseExplainer.get_training_info()
Explanation
Explanation.__init__()
Explanation.get_predicted_class_name()
Explanation.get_true_class_name()
Explanation.is_correct()
Explanation.summary()
Explanation.to_dict()
Explanation.plot()
Explanation.correspondence
Explanation.correspondence_interpretation
Explanation.neighbors
Explanation.predicted_class
Explanation.true_class
Neighbor
Neighbor.__init__()
Neighbor.index
Neighbor.distance
Neighbor.label
Neighbor.features
Neighbor.metadata
compute_correspondence()
euclidean_distance()
Additional Information