Link to home
Create AccountLog in
Avatar of chudyksg
chudyksgFlag for United Kingdom of Great Britain and Northern Ireland

asked on

java optics clustering algorithm

I need an LGPL java machine learning library that includes the clustering algorithm "optics" or an lgpl implementation of this algorithm. Anybody aware of something like that?
Avatar of for_yan
for_yan
Flag of United States of America image

Avatar of chudyksg

ASKER

I have already investigated this package but it says: The website or source code does not give an explicit license, it should therefore be considered copyrighted. The authors have stated that research use is acceptable but attribution is required. For commercial use, an explicit license is required
Where do you read that formula?

I'm reading much less restrictive words on their main page:
http://www.dbs.ifi.lmu.de/research/KDD/ELKI/:

With the development and publication of ELKI, we humbly hope to serve the data mining and database research community beneficially. The framework is free for scientific, non-commercial usage. In case of application of ELKI in scientific publications, it should be cited with the most recent publication below (see publications).

It does not look that they are selling this stuff, and unless you are going to have direct profit out of your application, I think it is legal to use even within the
industry.

ASKER CERTIFIED SOLUTION
Avatar of chudyksg
chudyksg
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Great, if that one works for you.
I found this algorithm on my own.