تسجيل الدخول
تذكر
تسجيل
الأسئلة
الأسئلة غير المجابة
الوسوم
الأعضاء
اطرح سؤالاً
اطرح سؤالاً
What is binning used for in handling noisy data? A Data discretization B Data cleaning C Data transformation D. Data compression
0
تصويتات
سُئل
مايو 8، 2024
بواسطة
مجهول
What is binning used for in handling noisy data?
A
Data discretization
B
Data cleaning
C
Data transformation
D. Data compression
من فضلك
سجل دخولك
أو
قم بتسجيل حساب
للإجابة على هذا السؤال
1
إجابة واحدة
0
تصويتات
تم الرد عليه
مايو 5، 2024
بواسطة
مجهول
A. Data discretization
Binning data discretization, is used to group continuous data values into a smaller number of categories or bins. This helps to reduce the effects of noisy data by simplifying the data and making it easier to analyze.
تعليقك على هذه الإجابة:
اسمك الذي سيظهر (اختياري):
أعلمني على هذا البريد الإلكتروني إذا تم إضافة تعليق بعدي:
أعلمني على بريدي الإلكتروني إذا تم إضافة تعليق بعدي
نحن نحرص على خصوصيتك: هذا العنوان البريدي لن يتم استخدامه لغير إرسال التنبيهات.
مرحبًا بك إلى يزيد، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.
اسئلة متعلقة
0
تصويتات
1
إجابة
In producing product ZZ, 14,800 direct labor hours were used at a rate of $8.20 per hour. The standard was 15,000 hours at $8.00 per hour. Based on these data, the direct labor has : Select one: a. price variance is $3,000 favorable b. efficiency variance is $1,600 favorable c. efficiency variance is $1,600 unfavorable d. price variance is $3,000 unfavorable
سُئل
أغسطس 8، 2024
بواسطة
مجهول
0
تصويتات
1
إجابة
Which of the following description best suits for the term Rootkit? a.It is the act of using e-mail fraudulently to try to get the recipient to reveal personal data. b.It is one in which a malicious hacker takes over computers on the Internet and causes them to flood a target site with demands for data and other small tasks. c.It is a set of programs that enables its user to gain administrator level access to a computer without the end user’s consent or knowledge. d.E-mail spam is the abuse of e-mail systems to send unsolicited e-mail to large numbers of people. Most spam is a form of low-cost commercial advertising
سُئل
مارس 13
بواسطة
مجهول
+1
تصويت
1
إجابة
In human resource planning, a/anis used to determine exactly what is done in anexisting job. (a)critical-incident technique(b)assessment center(c)job analysis(d)multi-person comparison.
سُئل
مايو 27، 2024
بواسطة
مجهول
0
تصويتات
1
إجابة
int [][] arr ={{1,2,3},{4,5,6}}; for(int arr1= 0; arr1<arr.length; arr1++){ for(int arr2=0; arr2<arr[arr1].length; arr2++){ System.out.print(arr[arr1][arr2]); }} What is output of array-2D in java? a.0123456 b. 123456 c.123 d.456
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
int [] arr = {1,2,3,4,5}; for(int arr1= 0; arr1<arr.length; arr1++){ System.out.print(arr[arr1]); } System.out.println(); System.out.print("index 1 is : "+ arr[1]); What is output of array-1D in java? a.12345 index 1 is : 1 b. 012345 index 1 is : 2 c.12345 index 1 is : 2 d.12345 index 1 is : 0
سُئل
أبريل 22
بواسطة
مجهول
...