KevinCoble / AIToolbox

A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms
Apache License 2.0
793 stars 87 forks source link

Nonlinear Regression and Logistic Regression Examples #22

Closed TheBitingGoat closed 5 years ago

TheBitingGoat commented 5 years ago

Do you have any documentation or examples of how to use nonlinear regression and logistic regression?

KevinCoble commented 5 years ago

The source files for the test modules show how to use the classes. Look in the AIToolboxTests directory for the LogisticRegressionTests.swift and NonLinearRegressionTests.swift files.

TheBitingGoat commented 5 years ago

Much appreciated...I was looking for documentation in the manual. Thanks for the help, the library is great.