|
|
@@ -11,15 +11,13 @@ import {AdjusterEventService} from './adjuster-event.service';
|
|
|
import {AdjusterLoaderComponent} from './adjuster-loader.component';
|
|
|
import {AttractivenessClustersService} from './attractiveness-clusters.service';
|
|
|
import {AttractivenessIndexService} from './attractiveness-index.service';
|
|
|
-import {nuts} from '../nuts';
|
|
|
-//import {factors} from './factors.js';
|
|
|
|
|
|
@Injectable({providedIn: 'root'})
|
|
|
export class AdjusterService {
|
|
|
/** To be read from a config file */
|
|
|
allowedClusteringMethods: Array<string>;
|
|
|
/** To be read from a config file */
|
|
|
- initialWeights;
|
|
|
+ initialWeights: Record<string, number>;
|
|
|
/** To be read from a config file */
|
|
|
serviceBaseUrl: string;
|
|
|
/** Used in the UI as a selector */
|