Relative Content

Tag Archive for data-mining

Create association between informations

I deployed a project some days ago that allow to extract some medical articles using the results of a questionnaire completed by a user. For instance, if I reply on questionnaire I’m affected by Diabetes type 2 and I’m a smoker, my algorithm extracts all articles related to diabetes bubbling up all articles contains information about Diabetes type 2 and smoking. Basically we created a list of topic and, for every topic we define a kind of “guideline” that allows to extract and order informations for a user.

Beginning Data Mining

For simplicity, my database has entities and transactions. Each transaction has a DateCreated and a foreign key to the entity. I’d like to have the ability to find entities that have had a recurring number of transactions within a close time proximity of other entities.

Beginning Data Mining

For simplicity, my database has entities and transactions. Each transaction has a DateCreated and a foreign key to the entity. I’d like to have the ability to find entities that have had a recurring number of transactions within a close time proximity of other entities.

Beginning Data Mining

For simplicity, my database has entities and transactions. Each transaction has a DateCreated and a foreign key to the entity. I’d like to have the ability to find entities that have had a recurring number of transactions within a close time proximity of other entities.