|
@@ -31,10 +31,10 @@ export class AdjusterService {
|
|
|
public hsUtilsService: HsUtilsService,
|
|
public hsUtilsService: HsUtilsService,
|
|
|
public httpClient: HttpClient
|
|
public httpClient: HttpClient
|
|
|
) {
|
|
) {
|
|
|
- this.serviceBaseUrl =
|
|
|
|
|
- window.location.hostname === 'localhost'
|
|
|
|
|
- ? 'https://jmacura.ml/ws/' // 'http://localhost:3000/'
|
|
|
|
|
- : 'https://publish.lesprojekt.cz/nodejs/';
|
|
|
|
|
|
|
+ this.serviceBaseUrl = 'https://jmacura.ml/ws/';
|
|
|
|
|
+ //window.location.hostname === 'localhost'
|
|
|
|
|
+ //? 'https://jmacura.ml/ws/' // 'http://localhost:3000/'
|
|
|
|
|
+ //: 'https://publish.lesprojekt.cz/nodejs/';
|
|
|
this.methods = clusteringMethods;
|
|
this.methods = clusteringMethods;
|
|
|
this.method = 'haclustwd2';
|
|
this.method = 'haclustwd2';
|
|
|
this.numberOfClusters = 12;
|
|
this.numberOfClusters = 12;
|