SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

Remove/clean unused types and classes

Open mdabros opened this issue 6 years ago • 0 comments

Currently there are a few which contains functionality that is rarely used, or that doesn't quite fit into the current direction of the package. This includes:

  • SharpLearning.Containers.Arithmetic: MatrixF64 is mostly used as a container, and more efficient matrix arithmetic can found in other libraries, like mathnet.numerics.
  • SharpLearning.Containers.ObservationTargetSet: This can be replaced by using a value tuple instead.
  • SharpLearning.Containers.ArrayExtensions: Several methods are unused.
  • SharpLearning.CrossValidation.ContinuousMungeAugmentator:
  • SharpLearning.CrossValidation.NominalMungeAugmentator:

mdabros avatar Jun 26 '19 18:06 mdabros