<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN"
        "https://jats.nlm.nih.gov/publishing/1.4/JATS-journalpublishing1-4.dtd">
<article  article-type="research-article"        dtd-version="1.4">
            <front>

                <journal-meta>
                                                                <journal-id>yyu jinas</journal-id>
            <journal-title-group>
                                                                                    <journal-title>Yüzüncü Yıl Üniversitesi Fen Bilimleri Enstitüsü Dergisi</journal-title>
            </journal-title-group>
                            <issn pub-type="ppub">1300-5413</issn>
                                        <issn pub-type="epub">2667-467X</issn>
                                                                                            <publisher>
                    <publisher-name>Van Yuzuncu Yıl University</publisher-name>
                </publisher>
                    </journal-meta>
                <article-meta>
                                        <article-id/>
                                                                <article-categories>
                                            <subj-group  xml:lang="en">
                                                            <subject>Algorithms and Calculation Theory</subject>
                                                            <subject>Numerical Computation and Mathematical Software</subject>
                                                            <subject>Data Structures and Algorithms</subject>
                                                    </subj-group>
                                            <subj-group  xml:lang="tr">
                                                            <subject>Algoritmalar ve Hesaplama Kuramı</subject>
                                                            <subject>Sayısal Hesaplama ve Matematiksel Yazılım</subject>
                                                            <subject>Veri Yapıları ve Algoritmalar</subject>
                                                    </subj-group>
                                    </article-categories>
                                                                                                                                                        <title-group>
                                                                                                                        <trans-title-group xml:lang="en">
                                    <trans-title>Customer Behavior Segmentation Using Fuzzy Clustering and Classification Techniques</trans-title>
                                </trans-title-group>
                                                                                                                                                                                                <article-title>Bulanık Kümeleme ve Sınıflandırma Teknikleri ile Müşteri Davranış Segmentasyonu</article-title>
                                                                                                    </title-group>
            
                                                    <contrib-group content-type="authors">
                                                                        <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0000-0002-1731-9559</contrib-id>
                                                                <name>
                                    <surname>Kutlu</surname>
                                    <given-names>Fatih</given-names>
                                </name>
                                                                    <aff>VAN YÜZÜNCÜ YIL ÜNİVERSİTESİ, FEN FAKÜLTESİ, MATEMATİK BÖLÜMÜ</aff>
                                                            </contrib>
                                                    <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0000-0003-2015-3576</contrib-id>
                                                                <name>
                                    <surname>Göleli</surname>
                                    <given-names>Kübra</given-names>
                                </name>
                                                                    <aff>VAN YÜZÜNCÜ YIL ÜNİVERSİTESİ FEN FAKÜLTESİ</aff>
                                                            </contrib>
                                                    <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0009-0008-5691-9143</contrib-id>
                                                                <name>
                                    <surname>Demir</surname>
                                    <given-names>Hanım</given-names>
                                </name>
                                                                    <aff>VAN YÜZÜNCÜ YIL ÜNİVERSİTESİ FEN FAKÜLTESİ</aff>
                                                            </contrib>
                                                    <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0009-0000-6664-4990</contrib-id>
                                                                <name>
                                    <surname>Erdiz</surname>
                                    <given-names>Gülcan</given-names>
                                </name>
                                                                    <aff>VAN YÜZÜNCÜ YIL ÜNİVERSİTESİ FEN FAKÜLTESİ</aff>
                                                            </contrib>
                                                                                </contrib-group>
                        
                                        <pub-date pub-type="pub" iso-8601-date="20251224">
                    <day>12</day>
                    <month>24</month>
                    <year>2025</year>
                </pub-date>
                                        <volume>30</volume>
                                        <issue>3</issue>
                                        <fpage>990</fpage>
                                        <lpage>1008</lpage>
                        
                        <history>
                                    <date date-type="received" iso-8601-date="20250705">
                        <day>07</day>
                        <month>05</month>
                        <year>2025</year>
                    </date>
                                                    <date date-type="accepted" iso-8601-date="20251111">
                        <day>11</day>
                        <month>11</month>
                        <year>2025</year>
                    </date>
                            </history>
                                        <permissions>
                    <copyright-statement>Copyright © 1995, Yuzuncu Yil University Journal of the Institute of Natural and Applied Sciences</copyright-statement>
                    <copyright-year>1995</copyright-year>
                    <copyright-holder>Yuzuncu Yil University Journal of the Institute of Natural and Applied Sciences</copyright-holder>
                </permissions>
            
                                                                                                <trans-abstract xml:lang="en">
                            <p>This study focuses on the classification of customer response behavior toward marketing campaign offers. The analysis utilizes the Customer Personality Analysis (CPA) dataset, which is publicly available on the Kaggle online data-sharing platform. The target variable, Response, indicates whether the customer accepted the most recent campaign offer (1 = accepted, 0 = not accepted). Since the proportion of positive responses is approximately 15% of all observations, the dataset exhibits a pronounced class imbalance. For this reason, performance evaluation prioritizes the macro-F1 metric rather than overall accuracy, as macro-F1 provides a more balanced representation of the minority class. The methodological framework involves the application of the Fuzzy C-Means (FCM) clustering algorithm to obtain membership degrees for each instance. These membership values are subsequently integrated into two classification models. In the FCM+FSVM model, the membership degrees are utilized as instance weights influencing the decision boundary. In the FCM+FKNN model, the same membership degrees are incorporated as adaptive weighting factors in the neighborhood-based voting mechanism. FCM hyperparameters are optimized using a genetic algorithm, while classifier hyperparameters are determined through random search. Comparative experiments including logistic regression, KNN, RBF-SVM, random forest, and gradient boosting demonstrate that the FCM+FSVM model achieves the highest performance in both overall classification accuracy and minority class recognition.</p></trans-abstract>
                                                                                                                                    <abstract><p>Bu çalışmada, pazarlama kampanyalarına yönelik müşteri yanıt davranışlarının sınıflandırılması ele alınmıştır. Analizlerde, Kaggle çevrimiçi veri paylaşım platformunda açık erişimli olarak sunulan Customer Personality Analysis (CPA) veri seti kullanılmıştır. Veri setindeki hedef değişken Response, müşterinin son kampanya teklifini kabul etme durumunu ifade etmektedir (1 = kabul etti, 0 = kabul etmedi). Pozitif sınıfın toplam gözlem sayısına oranının yaklaşık %15 düzeyinde olması, belirgin bir sınıf dengesizliği problemine işaret etmektedir. Bu nedenle, model başarımının değerlendirilmesinde yalnızca doğruluk ölçütü yerine, azınlık sınıfını daha dengeli biçimde temsil eden makro-F1 metriği dikkate alınmıştır. Yöntemsel çerçevede ilk olarak bulanık c-Ortalamalar (FCM) algoritması uygulanarak her örnek için kümelere ilişkin üyelik dereceleri elde edilmiştir. Daha sonra bu üyelik dereceleri, FCM+FSVM yapısında örnek ağırlığı olarak sınıflandırma sürecine dahil edilmiş; FCM+FKNN yapısında ise komşuluk katkı katsayısı olarak kullanılmıştır. FCM hiperparametreleri genetik algoritma ile optimize edilirken, sınıflandırıcılara ilişkin hiperparametreler rastgele arama yöntemiyle belirlenmiştir. Deneysel çalışmalarda lojistik regresyon, KNN, RBF-SVM, rastgele orman ve gradyan artırma gibi yöntemlerle karşılaştırma yapılmış ve FCM+FSVM modelinin hem genel sınıflandırma başarımı hem de azınlık sınıfını tanıma yeteneği açısından en yüksek performansı sergilediği görülmüştür.</p></abstract>
                                                            
            
                                                                                        <kwd-group>
                                                    <kwd>Bulanık kümeleme</kwd>
                                                    <kwd>  Makine öğrenmesi</kwd>
                                                    <kwd>  Müşteri davranışları</kwd>
                                                    <kwd>  Sınıflandırma algoritmaları</kwd>
                                                    <kwd>  Veri analizi</kwd>
                                            </kwd-group>
                            
                                                <kwd-group xml:lang="en">
                                                    <kwd>Fuzzy clustering</kwd>
                                                    <kwd>  Machine learning</kwd>
                                                    <kwd>  Customer behavior</kwd>
                                                    <kwd>  Classification algorithms</kwd>
                                                    <kwd>  Data analysis</kwd>
                                            </kwd-group>
                                                                                                                                    <funding-group specific-use="FundRef">
                    <award-group>
                                                    <funding-source>
                                <named-content content-type="funder_name">Bu çalışma, Türkiye Bilimsel ve Teknolojik Araştırma Kurumu (TÜBİTAK) tarafından 2209-A Üniversite Öğrencileri Araştırma Projeleri Destekleme Programı kapsamında, 1919B012424159 başvuru numarası ile desteklenmiştir.</named-content>
                            </funding-source>
                                                                            <award-id>1919B012424159</award-id>
                                            </award-group>
                </funding-group>
                                </article-meta>
    </front>
    <back>
                            <ref-list>
                                    <ref id="ref1">
                        <label>1</label>
                        <mixed-citation publication-type="journal">Bergstra, J., &amp; Bengio, Y. (2012). Random search for hyper-parameter optimization. Journal of Machine Learning Research, 13, 281–305.</mixed-citation>
                    </ref>
                                    <ref id="ref2">
                        <label>2</label>
                        <mixed-citation publication-type="journal">Bezdek, J. C., Ehrlich, R., &amp; Full, W. (1984). FCM: The fuzzy c-means clustering algorithm. Computers &amp; Geosciences, 10(2–3), 191–203. https://doi.org/10.1016/0098-3004(84)90020-7</mixed-citation>
                    </ref>
                                    <ref id="ref3">
                        <label>3</label>
                        <mixed-citation publication-type="journal">Boser, B. E., Guyon, I. M., &amp; Vapnik, V. N. (1992). Training algorithm for optimal margin classifiers. In Proceedings of the Fifth Annual ACM Workshop on Computational Learning Theory (pp. 144–152). https://doi.org/10.1145/130385.130401</mixed-citation>
                    </ref>
                                    <ref id="ref4">
                        <label>4</label>
                        <mixed-citation publication-type="journal">Chen, W., Yang, K., Yu, Z., et al. (2024). A survey on imbalanced learning: Latest research, applications and future directions. Artificial Intelligence Review, 57, 137. https://doi.org/10.1007/s10462-024-10759-6</mixed-citation>
                    </ref>
                                    <ref id="ref5">
                        <label>5</label>
                        <mixed-citation publication-type="journal">Chowdhary, C. L., Mittal, M., Kumaresan, P., Pattanaik, P. A., &amp; Marszalek, Z. (2020). An efficient segmentation and classification system in medical images using intuitionist possibilistic fuzzy C-mean clustering and fuzzy SVM algorithm. Sensors, 20(14), 3903. https://doi.org/10.3390/s20143903</mixed-citation>
                    </ref>
                                    <ref id="ref6">
                        <label>6</label>
                        <mixed-citation publication-type="journal">Cover, T. M., &amp; Hart, P. E. (1967). Nearest neighbor pattern classification. IEEE Transactions on Information Theory, 13(1), 21–27. https://doi.org/10.1109/TIT.1967.1053964</mixed-citation>
                    </ref>
                                    <ref id="ref7">
                        <label>7</label>
                        <mixed-citation publication-type="journal">Dolatabadian, A., Neik, T. X., Danilevicz, M. F., et al. (2024). Image-based crop disease detection using machine learning. Plant Pathology. https://doi.org/10.1111/ppa.14006</mixed-citation>
                    </ref>
                                    <ref id="ref8">
                        <label>8</label>
                        <mixed-citation publication-type="journal">Fathi, M., Kianfar, K., Hasanzadeh, A., &amp; Sadeghi, A. (2009). Customers fuzzy clustering and catalog segmentation in customer relationship management. In Proceedings of the 2009 IEEE International Conference on Industrial Engineering and Engineering Management (pp. 1234–1238). https://doi.org/10.1109/IEEM.2009.5372997</mixed-citation>
                    </ref>
                                    <ref id="ref9">
                        <label>9</label>
                        <mixed-citation publication-type="journal">Gu, X., Ni, T., &amp; Wang, H. (2014). New fuzzy support vector machine for the class imbalance problem in medical datasets classification. The Scientific World Journal, 2014, 536434. https://doi.org/10.1155/2014/536434</mixed-citation>
                    </ref>
                                    <ref id="ref10">
                        <label>10</label>
                        <mixed-citation publication-type="journal">Gupta, S., Nagar, N., Nasirul, M., &amp; Shabani, M. (2024). Improving market segmentation via customer personality prediction using deep AI analysis. Journal of Informatics Education and Research, 4(2), 2299. https://doi.org/10.52783/jier.v4i2.1062</mixed-citation>
                    </ref>
                                    <ref id="ref11">
                        <label>11</label>
                        <mixed-citation publication-type="journal">Hassanat, A., Almohammadi, K., Alkafaween, E., Abunawas, E., Hammouri, A., &amp; Prasath, V. B. S. (2019). Choosing mutation and crossover ratios for genetic algorithms—A review with a new dynamic approach. Information, 10(12), 390. https://doi.org/10.3390/info10120390</mixed-citation>
                    </ref>
                                    <ref id="ref12">
                        <label>12</label>
                        <mixed-citation publication-type="journal">He, H., &amp; Garcia, E. A. (2009). Learning from imbalanced data. IEEE Transactions on Knowledge and Data Engineering, 21(9), 1263–1284. https://doi.org/10.1109/TKDE.2008.239</mixed-citation>
                    </ref>
                                    <ref id="ref13">
                        <label>13</label>
                        <mixed-citation publication-type="journal">Hosmer, D. W., &amp; Lemeshow, S. (2000). Applied logistic regression. Wiley. https://doi.org/10.1002/0471722146</mixed-citation>
                    </ref>
                                    <ref id="ref14">
                        <label>14</label>
                        <mixed-citation publication-type="journal">Izakian, H., &amp; Abraham, A. (2011). Fuzzy C-means and fuzzy swarm for fuzzy clustering problem. Expert Systems with Applications, 38(3), 1835–1838. https://doi.org/10.1016/j.eswa.2010.07.112</mixed-citation>
                    </ref>
                                    <ref id="ref15">
                        <label>15</label>
                        <mixed-citation publication-type="journal">Jena, P. K., &amp; Chattopadhyay, S. (2012). Comparative study of fuzzy k-nearest neighbor and fuzzy c-means algorithms. International Journal of Computer Applications, 57(7), 22–29.</mixed-citation>
                    </ref>
                                    <ref id="ref16">
                        <label>16</label>
                        <mixed-citation publication-type="journal">Keller, J. M., &amp; Gray, M. R. (1985). A fuzzy k-nearest neighbor algorithm. IEEE Transactions on Systems, Man, and Cybernetics, SMC-15(4), 580–585. https://doi.org/10.1109/TSMC.1985.6313426</mixed-citation>
                    </ref>
                                    <ref id="ref17">
                        <label>17</label>
                        <mixed-citation publication-type="journal">King, G., &amp; Zeng, L. (2001). Logistic regression in rare events data. Political Analysis, 9(2), 137–163. https://doi.org/10.1093/oxfordjournals.pan.a004868</mixed-citation>
                    </ref>
                                    <ref id="ref18">
                        <label>18</label>
                        <mixed-citation publication-type="journal">Li, Y., Wang, H., Dang, L. M., Nguyen, T. N., Han, D., Lee, A., &amp; Moon, H. (2020). A deep learning-based hybrid framework for object detection and recognition in autonomous driving. IEEE Access, 8, 194228–194239. https://doi.org/10.1109/ACCESS.2020.3033289</mixed-citation>
                    </ref>
                                    <ref id="ref19">
                        <label>19</label>
                        <mixed-citation publication-type="journal">Ling, C. X., &amp; Li, C. (1998). Data mining for direct marketing: Problems and solutions. KDD Conference.</mixed-citation>
                    </ref>
                                    <ref id="ref20">
                        <label>20</label>
                        <mixed-citation publication-type="journal">Lin, C.-F., &amp; Wang, S.-D. (2002). Fuzzy support vector machine. IEEE Transactions on Neural Networks, 13(2), 464–471. https://doi.org/10.1109/72.991432</mixed-citation>
                    </ref>
                                    <ref id="ref21">
                        <label>21</label>
                        <mixed-citation publication-type="journal">Liu, Y., He, M., &amp; Hui, B. (2025). ESO-DETR: An improved real-time detection transformer model for enhanced small object detection in UAV imagery. Drones, 9(2), 143. https://doi.org/10.3390/drones9020143</mixed-citation>
                    </ref>
                                    <ref id="ref22">
                        <label>22</label>
                        <mixed-citation publication-type="journal">Ma, Q., Zhu, X., Zhao, X., Zhao, B., Fu, G., &amp; Zhang, R. (2024). An equidistance index intuitionistic fuzzy c-means clustering algorithm based on local density and membership degree boundary. Applied Intelligence, 54(4), 3205-3221. https://doi.org/10.1007/s10489-024-05297-1</mixed-citation>
                    </ref>
                                    <ref id="ref23">
                        <label>23</label>
                        <mixed-citation publication-type="journal">Maraş, A., &amp; Erol, Ç. (2023). FuzzyCSampling: A hybrid fuzzy C-means clustering sampling strategy for imbalanced datasets. Turkish Journal of Electrical Engineering and Computer Sciences, 31, 1223–1236. https://doi.org/10.55730/1300-0632.4044</mixed-citation>
                    </ref>
                                    <ref id="ref24">
                        <label>24</label>
                        <mixed-citation publication-type="journal">Marín Díaz, G. (2025). A fuzzy-XAI framework for customer segmentation and risk detection: Integrating RFM, 2-tuple modeling, and strategic scoring. Mathematics, 13(2141). https://doi.org/10.3390/math13132141</mixed-citation>
                    </ref>
                                    <ref id="ref25">
                        <label>25</label>
                        <mixed-citation publication-type="journal">Núñez, H., Gonzalez-Abril, L., &amp; Angulo, C. (2017). Improving SVM classification on imbalanced datasets by introducing a new bias. Journal of Classification, 34, 427–443. https://doi.org/10.1007/s00357-017-9242-x</mixed-citation>
                    </ref>
                                    <ref id="ref26">
                        <label>26</label>
                        <mixed-citation publication-type="journal">Rezvani, S., Pourpanah, F., Lim, C. P., &amp; Wu, Q. M. J. (2024). Methods for class-imbalanced learning with support vector machines: A review and an empirical evaluation. arXiv preprint arXiv:2406.03398. https://arxiv.org/abs/2406.03398</mixed-citation>
                    </ref>
                                    <ref id="ref27">
                        <label>27</label>
                        <mixed-citation publication-type="journal">Selvalakshmi, V., Sree, T. M. U., Saranya, S., Devi, A. U., &amp; Basha, M. S. A. (2025). Enhancing customer personality prediction using advanced machine learning techniques and data balancing strategies. In 2025 International Conference on Intelligent Systems and Computational Networks (ICISCN) (pp. 1–7). IEEE. https://doi.org/10.1109/ICISCN64258.2025.10934379</mixed-citation>
                    </ref>
                                    <ref id="ref28">
                        <label>28</label>
                        <mixed-citation publication-type="journal">Sharma, R., Goel, T., Tanveer, M., &amp; Al-Dhaifallah, M. (2025). Alzheimer’s disease diagnosis using ensemble of random weighted features and fuzzy least square twin support vector machine. IEEE Transactions on Emerging Topics in Computational Intelligence. https://doi.org/10.1109/TETCI.2024.3523714</mixed-citation>
                    </ref>
                                    <ref id="ref29">
                        <label>29</label>
                        <mixed-citation publication-type="journal">Tekerek, A. (2019). Support vector machine based spam SMS detection. Politeknik Dergisi, 22(3), 779–784. https://doi.org/10.2339/politeknik.429707</mixed-citation>
                    </ref>
                                    <ref id="ref30">
                        <label>30</label>
                        <mixed-citation publication-type="journal">Vani, H. Y., Anusuya, M. A., &amp; Chayadevi, M. L. (2019). Fuzzy clustering algorithms: Comparative studies for noisy speech signals. ICTACT Journal on Soft Computing, 9(2), 1920–1926. https://doi.org/10.21917/ijsc.2019.0267</mixed-citation>
                    </ref>
                                    <ref id="ref31">
                        <label>31</label>
                        <mixed-citation publication-type="journal">Wedel, M., &amp; Kannan, P. K. (2016). Marketing analytics for data-rich environments. Journal of Marketing, 80(6), 97–121. https://doi.org/10.1509/jm.15.0413</mixed-citation>
                    </ref>
                                    <ref id="ref32">
                        <label>32</label>
                        <mixed-citation publication-type="journal">Yang, X., Zhang, G., Lu, J., &amp; Ma, J. (2011). A kernel fuzzy c-means clustering-based fuzzy support vector machine algorithm. IEEE Transactions on Fuzzy Systems, 19(1), 105–119. https://doi.org/10.1109/TFUZZ.2010.2087382</mixed-citation>
                    </ref>
                                    <ref id="ref33">
                        <label>33</label>
                        <mixed-citation publication-type="journal">Zadeh, L. A. (1965). Fuzzy sets. Information and Control, 8(3), 338–353. https://doi.org/10.1016/S0019-9958(65)90241-X</mixed-citation>
                    </ref>
                                    <ref id="ref34">
                        <label>34</label>
                        <mixed-citation publication-type="journal">Zhang, S. (2022). Challenges in KNN classification. IEEE Transactions on Knowledge and Data Engineering, 34(9), 4663–4675. https://doi.org/10.1109/TKDE.2021.3049250</mixed-citation>
                    </ref>
                            </ref-list>
                    </back>
    </article>
