We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccca627 commit f5d97f5Copy full SHA for f5d97f5
src/App.svelte
@@ -61,9 +61,9 @@
61
{ key: "RANK", title: "RANK" },
62
{ key: "REFERENCE(ID)", title: "REFERENCE(ID)" },
63
{ key: "TARGET(ID)", title: "TARGET(ID)" },
64
- { key: "FORMAT", title: "FORMAT" },
+ // { key: "FORMAT", title: "FORMAT" },
65
{ key: "LENGTH", title: "LENGTH" },
66
- { key: "WEIGHTED", title: "WEIGHTED" },
+ // { key: "WEIGHTED", title: "WEIGHTED" },
67
{ key: "HAMMING-DISTANCE", title: "HAMMING-DISTANCE" },
68
{ key: "DISTANCE-Z-SCORE", title: "DISTANCE-Z-SCORE" },
69
{ key: "DISTANCE-P-VALUE", title: "DISTANCE-P-VALUE" },
0 commit comments