The major change is to NNTypes::CalculateSparseDatapointCounts that heretofore silently addressed a vector beyond its range. Now an attempt to address the vector beyond its range throws an exception.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
The major change is to NNTypes::CalculateSparseDatapointCounts that heretofore silently addressed a vector beyond its range. Now an attempt to address the vector beyond its range throws an exception.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.