Closed JoeyAndres closed 7 years ago
Upon further reading into the subject, the following ugly property is found:
most of the space is nearly orthogonal to any given point, and the larger n is, the more pronounced is this effect.
This means the majority of hamming distances are within n/2, where n is the number of address bits. Very ugly.
Tile coding belongs to a type of Course Coding. Create CourseCoding class in which TileCoding and KarnevaCoding (SDM) inherits.