Skip to content

Commit

Permalink
Update PDASH.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhamanus authored Jun 10, 2020
1 parent 82b4bbd commit 8dd04e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aix360/algorithms/protodash/PDASH.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def explain(self, X, Y, m, kernelType='other', sigma=2):
Return prototypes for data X, Y.
Args:
X (double 2d array): Dataset to select prototypical explanations from.
Y (double 2d array): Dataset you want to explain.
X (double 2d array): Dataset you want to explain.
Y (double 2d array): Dataset to select prototypical explanations from.
m (int): Number of prototypes
kernelType (str): Type of kernel (viz. 'Gaussian', / 'other')
sigma (double): width of kernel
Expand Down

0 comments on commit 8dd04e4

Please sign in to comment.