Skip to content

v0.1.0

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 29 Jan 02:43
· 497 commits to main since this release

Improve

  • Add iteration, isNilpotent, exp and log function in Matrix class
  • Generate Typescript type declaration files
  • Add MOD dimensionality reduction

Breaking change

  • Do not run tridiag or hessenberg in eigenValuesQR of Matrix class
  • Split Tensor class from math.js and rename math.js to matrix.js
  • Simplify k-means class structure

Bug fix

  • LARS in Lasso throws error
  • Some function of RLIntRange is incorrect
  • reset function of EmptyRLEnvironment returns function
  • The calculation of the normalization term of MultinomialLogisticRegression is incorrect
  • states of BreakerRLEnvironment returns incorrect values

Minor change

  • Improve comment in index.js
  • Change some error classes to inherit from Error
  • Change the file structure of the neuralnetwork