Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test #43

Open
61 of 81 tasks
kronenthaler opened this issue Jan 3, 2017 · 0 comments
Open
61 of 81 tasks

Unit test #43

kronenthaler opened this issue Jan 3, 2017 · 0 comments

Comments

@kronenthaler
Copy link
Owner

kronenthaler commented Jan 3, 2017

In order to tackle more interesting and deeper refactors in necessary to increase the coverage of the unit test so the changes can be made with a higher level of confidence.

The goal is to achieve at least 70-80% coverage in the package before starting any refactor in the affected package(s)

Progress:

  • libai.common
    • Matrix
  • libai.common.kernels
    • Gaussian
    • Linear
    • Polynomial
    • Sigmoidal
  • libai.common.functions
    • Identity
    • ArcTangent
    • Sigmoid
    • Sign
    • Sinc
    • SymmetricSign
    • Gaussian
    • HyperbolicTangent
  • libai.common.nn
    • NeuralNetwork
  • libai.common.nn.supervised
    • Adaline
    • LVQ
    • MLP
    • Perceptron
    • RVF
    • SVM
    • Hebb
  • libai.common.nn.unsupervised
    • Competitive
    • Hopfield
    • Kohonen
  • libai.search
    • BFS
    • DFS
    • A*
  • libai.fuzzy
    • Fuzzy Variable
    • Fuzzy Term
    • Antecedent
    • Consequent
    • Rule
    • Rule base
    • Knowledge base
    • Fuzzy Controller
  • libai.fuzzy.operators
    • Min
    • Max
    • Prod
    • Prob Or
  • libai.fuzzy.operators.accumulation
    • Sum
    • Max
  • libai.fuzzy.operators.activation
    • Mamdani
    • Larsen
  • libai.fuzzy.sets
    • Singleton
    • Trapezoid
    • Triangular
    • Rectangular
    • Left/Right Linear
    • Gaussian
    • Left/Right Gaussian
    • Pi shape
    • S shape
    • Z shape
  • libai.fuzzy.defuzzifiers
    • Center of Area
    • Center of Gravity
    • Mean of Maxima
  • libai.fuzzy.modifiers
    • Extremely
    • Intensify
    • More or less
    • Not
    • Plus
    • Somewhat
    • Very
  • libai.genetics
    • Engine
  • libai.genetics.chromosomes
    • Binary
    • Permutation
  • libai.classifiers.dataset
    • MySQLDataSet
    • TextFileDataSet
  • libai.classifiers.trees
    • C4.5
  • libai.classifiers.bayes
    • NaiveBayes
    • BayesianNetwork
  • libai.ants
    • Node
    • Graph
    • Environment
    • Ant
  • libai.ants.algorithms
    • AntColonySystem
    • AntQ
    • AntSystem
    • AntSystemRank
    • ElitistAntSystem
    • MMAS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant