Skip to content

v0.0.25

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 15 Jan 07:43
· 537 commits to main since this release

Improve

  • Add predict function in Histogram and AverageShiftedHistogram
  • Add n-cubic interpolation
  • Add Co-training algorithm
  • Add Statistical Region Merging
  • Add PLSA
  • Additive coupling layer now can run toObject
  • Add predict function to NeuralNetwork class
  • Add RANSAC

Breaking changes

  • Make Histogram and AverageShiftedHistogram to default export and change AverageShiftedHistogram to class object
  • Rename HermitInterpolation to CubicHermiteSpline
  • Change interface of Self-training
  • Adaptive, Bernsen, Niblack, Phansalkar and Sauvola Thresholding accept only 2D (only have single channel) data
  • predict function of SplitAndMerge returns 2D data
  • Split Complex and Tree class to other file
  • Change some layers to be generated by a common process

Bug fix

  • Draughts board can set piece anywhere
  • predict function of PCR returns invalid values

Minor changes

  • Improve process of n-linear interpolation