-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
namespaces re-organisation & cleanup
- move algorithms to `AI.Algorithms` instead of `AI.MachineLearning` - move Machine to `AI.Machine` instead of repeating `AI.Machine.Machine` - get rid of old `Regression.cs` file that's no longer needed, see #8 for updated notes
- Loading branch information
Showing
7 changed files
with
12 additions
and
64 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
...MachineLearning/SimpleLinearRegression.cs → ...ynAI/Algorithms/SimpleLinearRegression.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
src/DynAI/Machine/IAlgorithm.cs → src/DynAI/Interfaces/IAlgorithm.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/DynAI/Machine/IMachine.cs → src/DynAI/Interfaces/IMachine.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/DynAI/Machine/MachineBase.cs → src/DynAI/Machine/Machine.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.