From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Applying fuzzy logic to boolean dataset...

Hello there,

 

I have a boolean dataset which contains course enrollment data, that means if a student has selected a particular course then it is represented by '1' in the database else '0' is used. my question is if it is possible to apply fuzzy logic to this dataset. if yes then can i use fuzzy association rule mining in order to determine the degree of interestingness in a particular course. 

0 Kudos
Message 1 of 2
(2,572 Views)

Hello bhupesh!

Of course is possible. In fuzzy logic you need to have more data values than onlye two( 0 or 1). The values between 0 and 1 prove the insteresting on a course. You need to set the rules on this spectrum of values.

 

I think You need to modify your dataset (boolean data is not the best type).

 

Regards!

0 Kudos
Message 2 of 2
(2,470 Views)