NEWS
Version 0.0.7
2020-04-03
- Tidied up code for the Examples vignette.
- Updated the manual of discrete.jointly() function.
- Made minor editorial changes in DESCRIPTION and README.md.
- Resolved signed/unsigned mismatches.
2020-03-31
- Created version 0.0.7 from 0.0.6.
- Fixed memory leak in Clusters.cpp when calculating median.
Version 0.0.6
2020-03-26
- Created version 0.0.6 from 0.0.5.
- Rewrote Prep_Index() to work in between two consecutive points, rather than on top of a single point.
- Using distance() in Prep_Index() to calculate the distance for two iterators.
- Using “ceil” in Binary_Index_Searching() to consider even/odd cases when determining grid lines.
- Fixed potential overflow issues.
Version 0.0.5 (not released to the public)
2020-03-25
- Fixed a bug in the prep_index() function.
- Fixed prep_index() (lines 120 and 125) such that grid lines are put at the midpoint between two conseuctive points, instead of on one of the points.
- Updated vignette. Example 2 seems always correct now.
2020-03-24
- Created version 0.0.5 from 0.0.4.
- Function discretize.jointly() now returns cluster labels of each observation and a similarity score (ARI) between the joint discretization and the cluster labels of each observation.
- The class Cluster has a new constructor that takes cluster labels and the input data to compute median for each dimension.
- Find_grid() is now based on median.
- Using ‘dqrng’ in test cases to avoid RNG issue in testing.
- Rewrote multiple functions in Joint_Grid.cpp to avoid push_back().
- New visualization code in vignette now shows cluster labels for each observation.
Version 0.0.4 (not released to the public)
2020-03-20
- Created version 0.0.4 from 0.0.3.
- Fixed typos in DESCRIPTION and README files.
Version 0.0.3
2020-03-17
- Created version 0.0.3 from 0.0.2. Package renamed to GridOnClusters
- Function joint.grid.discretize.R() renamed to discretize.jointly()
- Return values of function discretize.jointly() changed to include both the discretized data and the grid
- Manual for discretize.jointly() updated.
- Line 104, 105 in Joint_Grid.cpp commented out
- Rewrote Find_Grid() to avoid push_back() in Joint_Grid.cpp
- Created a vignette to include examples.
Version 0.0.2 (not released to the public)
2020-03-14
- Created the initial version 0.0.1. Package renamed to QNJGD
Version 0.0.1 (not released to the public)
2020-03-09
- Created the initial version 0.0.1. Package named JointGridDiscr