Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangys11 authored Jan 7, 2022
1 parent 2de2815 commit 6e693af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ File list:
# How to use this package (with sample code):

1. Download any sample dataset from the /data folder
2. <pre>
2. <code>

# import the library
from pyDRMetrics.pyDRMetrics import *
Expand All @@ -51,3 +51,5 @@ Xr = pca.inverse_transform(Z)
# Create DRMetrics object. This object contains all DR metrics and main API functions
drm = DRMetrics(X, Z, Xr)
drm.report() # this will generate a detailed report. You can also access each metric, e.g., drm.QNN, drm.LCMC, etc.

</code?

0 comments on commit 6e693af

Please sign in to comment.