Date Fruit Dataset analyze Text Data Using Topic Models

Here we have different kinds of Date Fruits, and how much area they need and costing like profit.
4 Downloads
Updated 22 May 2022

View License

data = readtable("Date_Fruit_Datasets.xlsx",TextType="string");
head(data)
textData = data.Category;
textData(1:15)
textArea=data.AREA;
textArea(1:15)
rng("default")
numTopics = 7;
X = categorical({'Medjool Dates', 'Omani', 'Piarom Dates','Deglet Nour Dates','Mazafati Dates', 'Barhi Dates','Thoory Dates','Ameri Dates','Dayri Dates','Halawy Dates', 'Khudri Dates','Zahidi Dates','Safawi Dates','Amber','Kalmi Dates'});
X = reordercats(X,{'Medjool Dates', 'Omani', 'Piarom Dates','Deglet Nour Dates','Mazafati Dates', 'Barhi Dates','Thoory Dates','Ameri Dates','Dayri Dates','Halawy Dates', 'Khudri Dates','Zahidi Dates','Safawi Dates','Amber','Kalmi Dates'});
Y1 = [422163 338136 526843 416063 347562 408953 451414 382636 546063 420044 364495 404243 407789 340451 467092];
Y2 = [85686 77802 45000 50000 35000 20000 80000 65478 86544 75469 98774 87986 54987 48579 88566];
bar(X,Y1)
title('Date Fruits Area for Plating')
bar(X,Y2)
title('Date Fruits Profit per year')
ax = gca;
chart = ax.Children(1);
datatip(chart,"Deglet Nour Dates",4.161e+05);

Cite As

Rintu Moni Afsana (2024). Date Fruit Dataset analyze Text Data Using Topic Models (https://www.mathworks.com/matlabcentral/fileexchange/112040-date-fruit-dataset-analyze-text-data-using-topic-models), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0