Code :
Sunday, 16 June 2019
Implement the Decimal Scaling Normalization technique. The data for tuples are (in increasing order) 13, 15, 16, 16, 19, 20, 20, 21, 22, 22, 25, 25, 25, 25, 30, 33, 33, 35, 35, 35, 35, 36, 40, 45, 46, 52, 70. Normalize any one of above age values. Data Mining and Business Intelligence GTU 2170715
import java.io.*;
Subscribe to:
Post Comments (Atom)
It's time To increase blogging capability. To have a chance to contribute in digital world. Any Interested People who want to make t...
-
Code : <?xml version="1.0" encoding="utf-8"?> <Lin...
-
#include <stdio.h> #include <string.h> int main () { char arithmetic[5]={'+','-','*',...
-
Write a LEX program that reads input file and copies only words starting with vowels to output file.Code : %{ #include<stdio.h> #include<string.h> %} alpha [a-zA-Z] digit [0-9] s...
thanks for this information. artificial intelligence
ReplyDelete