Explorar o código

fix: correct methods' names

jmacura %!s(int64=5) %!d(string=hai) anos
pai
achega
991011162e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/adjuster/adjuster.service.ts

+ 2 - 2
src/adjuster/adjuster.service.ts

@@ -55,12 +55,12 @@ export class AdjusterService {
     },
     {
       codename: 'haclustmin',
-      name: 'complete linkage (Minkowski binary distance matrix)',
+      name: 'complete linkage (Minkowski distance matrix)',
       type: 'hierarchical',
     },
     {
       codename: 'haclustbin',
-      name: 'complete linkage (asymemetric binary distance matrix)',
+      name: 'complete linkage (asymmetric binary distance matrix)',
       type: 'hierarchical',
     },
     {