# Introduction iabetes solution is data mining based notification systems. This system developed is main purposed every people easily known diabetes patient. Then what kinds of diabetes type 1,type 2 & No diabetes lives and easily find out for accommodation. This system helps easily finds out type 1, type 2 & Nodiabetes identify. This system designed basically Multi Criteria Evaluation Systems (MCES) method used [2]. MCES computing the data set to be properly design and manipulated the system. The main purpose of applying this identification is to design a physical level. This system works, at first select different types Symptoms. Example: frequently urination, very thirsty. weight less increased hunger tried and weakness injured dry delay every see present itch bred few see eye blurry vision irritability tingling gum infections etc. Second step in test selection example OGT, FGT, Hbalc, ABF, HDL, Blood etc [4]. Each Criteria select based on need then test result provide. Then base test value so result provide type1, type 2 or No diabetes. Next scaling the each criterion diabetes level using K-Nearest Neighbor, K-Nearest Neighbor helped the diabetes range. Then type 1 range sum>=130.55mm & Hbalc>=6. 5 then type 2 diabetes range sum>=130.55mm & Hbalc<6.5 then type 2 diabetes and range sum<=130.55mm then no diabetes [6]. The main purpose of applying this identification is diabetes level. The concept of basically helped to build knowledge base. Most important of this topics collecting the real data for diabetes information. Standardization of criterion scores particularly as sign the value. All the value defined between two intervals scores o and 1.The maximum value is score 0, the minimum value is score 1, the mid value is score 0.5 and other value in scores 0 and 1 [2].When the patient search symptoms then gives the measurable for each criteria particularly importance of this criteria .Finally, this system select a perfect test result provide then drug suggestion and dose time. # II. # Diabetes Mellitus Diabetes mellitus is a chronic disease caused by inherited and/or acquired deficiency in production of insulin by the pancreas or by the ineffectiveness of the insulin produced such a deficiency results in increased concentrations of glucose in the blood. Which in turn damage many of the body systems in particular the blood vessels and nerves. Diabetes mellitus, often simply referred to as diabetes, is a group of metabolic diseases in which a person has high blood sugar, either because the body does not produce enough insulin, or because cells do not respond to the insulin that is produced [4]. # a) Because blood glucose very high This high blood sugar produces the classical symptoms of polyuria (frequent urination), polydipsia (increased thirst) and polyphonic (increased hunger: under the design of process natural man and diabetes man [4]. # b) Symptoms Diabetes mellitus is a chronic disease caused by inherited and/or acquired deficiency in production of insulin by the pancreas or by the ineffectiveness of the insulin produced such a deficiency results in increased concentrations of glucose in the blood. Under the diabetes symptoms [4] # c) Reason for diabetes Which in turn damage many of the body systems in particular the blood vessels and nerves. Under the Diabetes reason for diabetes [6]. ? Family father mother near relative to diabetes ineffective ? Weight very high ? Do not physical exercise and hardworking ? Longtime Cotswold medicine use # d) Conditions that cause diabetes Diabetes mellitus is a chronic disease caused by inherited and/or acquired deficiency in production of insulin by the pancreas or by the ineffectiveness of the following conditions [6]. ? Physical thickness ? Pregnant ? Injured ? Shock ? Surgery ? Mental contrariety e) Principle forms of diabetes i. Type 1 diabetes: insulin dependent in which the pancreas fails to produce the insulin which is essential for survival this form develops most frequently in children and adolescents but is being increasingly noted later in life. Type 1 diabetes, formerly called juvenile diabetes or insulindependent diabetes, is usually first diagnosed in children, teenagers, or young adults. In this form of diabetes, the beta cells of the pancreas no longer make insulin because the body's immune system has attacked and destroyed them. Treatment for type 1 diabetes includes taking insulin shots or using an insulin pump, making wise food choices, exercising regularly, taking aspirin daily (for some), and controlling blood pressure and cholesterol [6]. # Global Journal of Computer Science and Technology Volume XVIII Issue IV Version I # III. MCES (Multi Criteria Evaluation System) MCES is basically called decision making process. MCES provides a framework for exploring solution to decision making problem, which may be poorly defined. It is a method for combining data according to their importance in making a given decision. At a conceptual level, MCES method involve qualitative or quantitative weighting, scoring or ranking of criteria to reflect their importance to either a single or a multiple set of objectives .The main advantage of MCES is that they make it possible to consider a large number of data, relations an objectives which are generally present in a specific real world policy problem, so that the problem at hand can be studied in a multi dimensional fashion. Perhaps the simplest MCES is the weighted linear summation system .The steps involved in applying this system a diabetes solution system is illustrated in Figure 01and can be described as follows. Step 1 At first select Symptoms and different test of selection criteria. # Step 2 Standardization criterion scores of their measurable. Most MCES analysis, especially those using quantitative and mixed data sources, require some form of standardization of the scales of measurement used by the data layers. This is necessary to facilitate the comparison of factors measures using different units and scales of measurement. # Step 3 Allocation weighted of their each criterion. This is done by adding weighted to reflect the importance of each criteria. A high level of importance done maximum of weighted and low level of importance done minimum of weighted. Step 4 Finally, applying the MCES method. An MCES method may then multiply theses standardized scores by the weights for each of the data layers in stage 1 and sum these to allocate a score to each pixel on the output map. Further evaluation of the results may be carried out by ranking the values in the results map and reclassifying the ranked map to show the top ranked correct symptoms or Test. This test easily indicates then kinds of diabetes easily provide. K-nearest neighbor (K-nn) algorithm is a branch of supervised learning [1]. Now-a-days it is being applying in various fields of data and information processing irrespective of science, commerce and arts. In the context of machine learning, K-nn is considered an effective data classification technique based on adjacent developed examples of sample space. The value of K is always positive and an object is classified by considering the greater number of choice of its neighbors. The neighbors are chosen from data set which is best fit for correct classifications and Euclidean distance helps to measure the overall distances. Here every occurrence correlates to points in sample space or within populations. Generally distance or similarity between instances or objects is easy if the data sets are numeric or integer. A very typical formula to calculate distances is Euclidian distances formula as follows: However it is very essential to bear in mind that all the instances at sample space must be same scale. As for example income will compare with income not the height of the human beings. # Mu lti C rite r ia E v a lu a tio n S ys te m (MC E S ). For qualitative data the distance measurement process will be different and it is important to consider that the instances are same or not. At this stage the qualitative objects are measured by allocating Boolean values to each object. It might be possible to converts to instances between which distance can be identified by some techniques. As for example color, temperature, age, height etc. Text and character has identified as one instance per word with the frequency start from 0, 1, 2???????????.n. # b) The classifications process of K-nn as follows The two main steps of K-nn must follow are: 1. Training # Predictions Training means to get information from all sample spaces and populations. To accomplish this work we need to have the idea about the all instances and objects. In this sense it is very important to bear in mind that data set must be in same class. The qualitative and quantitative data measurement will be different. The predictions will manage by considering the predefined methods. # i. The k-nn Algorithm The total algorithmic steps are as follows: 1. Parameter selections (int m, int n). m=0, n=1, 2, 3?????????.n. ?(f) = ? w ij (s1-f s2 ) 2 Where w ij is the similarity between examples i and j. And f i and f j are the predictions for example i and j. In the figure above we see that the small circle belongs three different color dots where the black one is the pivotal element and based on that point we will calculate the green and other two green and red points. According to this figure we have to predict the green points as a K nearest neighbors. The neighbors are very closest to the pivotal point. # d) Organization of The Process Now it is important to build the process how Knn may organized in reality or the time line. To manage the proper training area we have to shorten the area or to select the appropriate area. When we are able to fix the sample area for computation, it will help us to reduce the computational complexity for entire process. n= indicate the nearest value. m= categories of the neighbors. In the figure above we see that there are two categories of neighbors. One data set indicate by plus (+) sign and other is small hole. # IV. # Data Analysis A Data analysis is integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of data referenced information. Data analysis allows us to view, understand, interpret, and visualize data in many ways that reveal relationships, patterns, and trends in the form of measurement, globes, reports, and charts. Its can be integrated into any enterprise information system framework. The integration of data which may have been obtained from various sources, computerized at various scales, and based upon different projection systems, is a complex task and remains a major challenge. In a general sense, the term describes any information system that integrates stores, analyzes, shares, and displays data information for informing decision making. Finally, its can produced different types information is combined relation each other. Diabetes mellitus is characterized by recurrent or persistent hyperglycemia, and is diagnosed by demonstrating any one of the following as shown in the table (1) which is diabetes diagnostic criteria. Fasting plasma glucose level ? 7.0 mmol/l (126 mg/dl) Plasma glucose ? 11.1 mmol/l (200 mg/dl) two hours after a 75 g oral glucose load as in a glucose tolerance test Symptoms of hyperglycemia and casual plasma glucose ? 11.1 mmol/l (200 mg/dl) Glycated hemoglobin (Hb A1C) ? 6.5% [7]. # Global Journal of Computer Science and Technology Volume XVIII Issue IV Version I Step 2 Secondly, scaling the each criteria particularly and assign the value or (measurable). Showing bellow: Table 2: Scaling the each criteria particularly and assign the value Step 3 Standardization of criterion scores particularly distances value. All the value defined between two intervals scores o and 1.The maximum value is score 0, the minimum value is score 1, the mid value is score 0.5 and other value in scores 0 and 1. This score create the based on equation (This equation only one location). Showing bellow: Thirsty= (thirsty _max-thirsty _value)*1/( thirsty _maxthirsty _min); Weakness= (weak _max-weak _value)*1/( weak _maxweak _min); . OGT= (ogt _max-ogt _value)*1/( ogt _max-ogt _min); Hbalc= (hbalc _max-hbalc _value)*1/( hbalc _maxhbalc _min); V. # CONCLUSION The main goal of Computation Model for Identifying Types of Diabetics Using Multi-Selection Criteria Evaluation and K-Nearest Neighbor algorithm is to get best algorithms that describe given data from multiple aspects. There are different diabetic's symptoms classification algorithm that can be used for the identification of diabetes disease among patients. In this paper two classification techniques (MSCE, K-NN) are applied to predict the diabetes disease in patients. The algorithms are very necessary for intend an automatic classification tools. In our study first the two techniques were first filtered by using the computing time in which MCES helped the data set to be properly design and manipulated the system and K-Nearest Neighbor helped the diabetes range. The main purpose of applying this identification is diabetes level. 1![Fig. 1: Applying a linear weighted summation model in diabetes solution system](image-2.png "Fig. 1 :") ![d = ? (x w1 -x w2 ) 2 + (x w21 -x w22 ) 2 + ................................a In some cases Manhattan or City Block distance also applicable: d = (xw1-xw2) + (xwi-xwi2) +??????????.b](image-3.png "") 563![Fig. 3: The neighbor selecting process. In the figure above we see that the small circle belongs three different color dots where the black one is](image-4.png "5 . 6 .Fig. 3 :") 4![Fig. 4: The total population area for K nearest neighbors. Here, N= Total number of data set at population space. In this figure above we see that there is twenty (20) objects are outside the circle. The circle denotes the selected sample space. Inside the circle the black point indicate the pivotal or central point. K=The total neighbors. Here the value of K is three (3).](image-5.png "Fig. 4 :") ![Computation Model for Identifying Types of Diabetics using Multi-Selection Criteria Evaluation and K-Nearest Neighbor](image-6.png "") ? Frequently urination? Very thirsty.? Weight less? Increased hunger? Tried and weakness? Injured dry delay? Every see present itch bred? Few see eye? Blurry vision? Irritability? Tingling? Gum infections Computation Model for Identifying Types of Diabetics using Multi-Selection Criteria Evaluation andK-Nearest Neighborii.Design of Process: Non -DiabetesDesign of Process: diabetes patientsNatural manDiabetes patientsPancreasPancreasYear 2018InsulinDo not insulin10Glucose doGlucose dothe worknot workEnergy producedEnergy not producedHealthIt is diabetes patients( ) C© 2018 Global Journals 1Treatment includes taking diabetes medicines, making wise food choices, exercising regularly, taking aspirin daily (for some), and controlling blood presser. There are several signs and symptoms that indicate a person may have either pre-diabetes or undiagnosed diabetes[6]. 1Condition2 hour glucoseFasting glucoseHbA 1cUnitmmol/l(mg/dl)mmol/l(mg/dl)%Normal<7.8 (<140)<6.1 (<110)<6.0Impaired fasting glycaemia<7.8 (<140)? 6.1(?110) &6.0-6.4<7.0(<126)Impaired glucose tolerance?7.8 (?140)<7.0 (<126)6.0-6.4Diabetes mellitus?11.1 (?200)?7.0 (?126)?6.5Step 1At first select symptoms and test of selection criteria. Most symptoms & test is selected based then kinds ofdiabetes provide. Example then Showing bellows: 1Kind of diabetesCriteria 1Criteria 2???.Criteria 11Criteria 12Type1/Type2/No DiabetesThirstyWeakness???..OGTHbalc"''''???.''''"''''??..'''' 3Step 4Weakness= (weak _max-weak _value)*1/( weak _max-Next, weight adjustment each criteriaweak _min)*weight_ weak;particularly importance for client. After multiply weightOGT= (ogt _max-ogt _value)*1/( ogt _max-ogtand criterion score. Using this equation is showing_min)*weight_ ogt;bellow: 4Kinds of diabetesThirstyWeakness?OGTHbalcType11*0.6=0.60*0.4=0?530*0.3=1598Type20*0.6=00.2*0.4=0.08?450*0.3=1356.5No diabetes0.5*0.6=0.31*0.4=0.4?135*0.3=40.55Step 5Finally, Add the all criteria value .Which totals are maximum this symptoms & test are selected. Using thisequation is showing bellow:Totals=Thirsty+ Weakness+??..+OGT+Hbalc; 5Computation Model for Identifying Types of Diabetics using Multi-Selection Criteria Evaluation andK-Nearest NeighborKind of diabetesThirstWeakness???OGTHbalcType153???.1306Type210??..15010.5No diabetes21??...13500Year 201814Volume XVIII Issue IV Version IKind of diabetes Type1 Type2Thirsty 1 0Weakness 0 0.2??? ???. ??..OGT 130 150Hbalc 0 0.5C ( )No diabetes0.51??...1351Global Journal of Computer Science and TechnologyThirsty= (thirst _max-thirst _value)*1/( thirst _max-thirst _min)*weight_ thirst;Kinds of diabetesThirstyWeakness?OGTHbalcTotalsType10.60?1590159.6Type200.08?1350.05135.13No diabetes0.30.4?40.50.141.3© 2018 Global Journals 1 6Year 201815Volume XVIII Issue IV Version I( ) CGlobal Journal of Computer Science and Technology * The Utility of Feature Weighting in K-Nearest-Neighbor Algorithms -Ron Kohavi YeogirlPatlangley Yun * MCES (Multi-Selection Criteria Evaluation system) Algorithms * Supervised Nurul Mustafa shaik shariful habib & Towhidul Islam "Computation Model for Identifying Types of Diabetics measurement system January 2013 Final paper or thesis. 23 * Data collection & Analysis Dr. Hasan Ahmed. chittagond diabetes hospital limit * A. Medicinal plants of Bangladesh AbdulGhani 1998. 1980 Asiatic society of Bangladesh, Dhaka. Kirtikar and Basu * Medicinal plants of Bangladesh with chemical constituents and uses. 2nd edn. Asiatic society of Bangladesh AbdulGhani A * Richard 2011 the role of alternative medicine * RJVakil Brit.Heart J 350 11 1949