Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krystianity/ceka
Ceka - Data Mining Library in C Sharp
https://github.com/krystianity/ceka
Last synced: about 1 month ago
JSON representation
Ceka - Data Mining Library in C Sharp
- Host: GitHub
- URL: https://github.com/krystianity/ceka
- Owner: krystianity
- License: gpl-2.0
- Created: 2015-05-13T11:13:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T14:33:25.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:53:13.933Z (7 months ago)
- Language: C#
- Homepage: https://ceka.5cf.de/
- Size: 375 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Ceka
- Data Mining Library in C Sharp
- Copyright (C) 2015 Christian Fröhlingsdorf, ceka.5cf.de
- License: GNU GPL v. 2Ceka is an open source pure C# Library for Data Mining and Data(set) Pre-processing.
It is using a very flexible in-memory model of WEKA's Attribute-Relation File Format.
Ceka contains 'Miners' from all groups: association rules, classification, clustering
and more of Data Mining Algorithms.
It was initially created by C. Froehlingsdorf to predict treatments for Breast Cancer Patients
at Southampton Solent University's (UHS HPHI Project).###Ceka is available as NuGet Package:
> PM> Install-Package DM.Ceka##Find more info on Ceka at https://ceka.5cf.de/
Find Ceka's documentation at https://ceka.5cf.de/documentation/html/R_Project_CekaDocumentation.htm
Alternatively drop an issue here on GitHub or send a mail to [email protected]Please make sure that you download & include the MySQL.Data.dll (Download for ".NET and Mono") http://dev.mysql.com/downloads/connector/net/
If you want to use the MySQL Table -> ARFF file functionalities of Ceka.