# set seed for the random generator
set.seed(12345)
# let's look at the beginning of the iris dataset (four numeric variables)
head(iris[,1:4])
# and fuzzify these variables
fuzzyOutput <- FuzzifyMatrix(iris[,1:4])
head(fuzzyOutput)
Run the code above in your browser using DataLab