Class: StandardiseMethod

StandardiseMethod()

Classification (Classification)

Constructor

new StandardiseMethod()

Concrete class for standardisation methods
Source:

Methods

areaBasedStandardisation(vectorSource, wardsSource, keyName, index)

Executes area based standardisation method
Parameters:
Name Type Description
vectorSource array The vector source
wardsSource array The ward source
keyName string The iname of the key
index number The index value
Source:

defaultStandardisation(vectorSource, wardsSource, keyName, index)

Executes area default standardisation method
Parameters:
Name Type Description
vectorSource array The vector source
wardsSource array The ward source
keyName string The name of the key
index number The index value
Source:

densityBasedStandardisation(vectorSource, wardsSource, keyName, index)

Executes density based standardisation method
Parameters:
Name Type Description
vectorSource array The vector source
wardsSource array The ward source
keyName string The name of the key
index number The index value
Source: