CODING CLUB

Data Warehouse and Data Mining

DATA WAREHOUSE AND DATA MINING
  1. Data Mining
  2. Data Warehouse
  3. Data Warehousing
  4. Three Tier Data Warehouse Architecture
  5. Online Analytical Processing and Classification
  6. Data Warehouse Schemas
  7. Metadata
  8. Machine Learning
  9. Neural Networks
  10. Genetic Algorithms
  11. Fuzzy Database
  12. Decision Support System
  13. Knowledge Discovery in Database
  14. Multi-Dimensional Database Technology
  15. Data Visualization
  16. k Nearest Neighbour Method
  17. Association Rules
  18. Noise and Data Redundancy
  19. Text Mining
  20. Data Marts
  21. Knowledge Management System
  22. Search Engines
  23. Multimedia Data Mining 
  24. Web Analytics
DATA WAREHOUSE AND DATA MINING - Programs

          1. Single Point Cross Over using Bit Pattern - Genetic Algorithm
          2. Multi Point Cross Over using Bit Pattern - Genetic Algorithm
          3. Neural Network : Firing Rule
          4. Disease Diagnosis : Example
          Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

          No comments:

          Post a Comment

          Home
          Subscribe to: Posts (Atom)

          SpiroGraph

          See this SpiroGraph android-app

          About Me

          Lavish Kothari
          View my complete profile



          Pages

          • HOME
          • RECENT POSTS
          • DATA STRUCTURES AND ALGORITHMS
          • Vim
          • Crypto++
          • Advanced Java and Tools
          • Coding/Programming Questions asked in Interviews
          • Graph Theory (Programs)
          • Operating System
          • Games
          • Information and Network Security
          • JAVA
          • INTERESTING STUFF
          • EASY STUFF
          • Advanced Java - Servlet
          • PPL
          • Project Euler Solutions
          • Codechef Solutions
          • PHP
          • SYSTEM PROGRAMMING
          • COMPUTER NETWORKS
          • COMPUTER GRAPHICS
          • Data Warehouse and Data Mining
          • SQL
          • TOP CODING SITES
          • JavaScript
          • Fun With Strings
          • Learn C

          Total Pageviews

          564810

          Followers

          Blog Archive

          • ▼  2019 (1)
            • ▼  November (1)
              • My StackOverflow Answers
          • ►  2018 (1)
            • ►  February (1)
          • ►  2017 (16)
            • ►  December (3)
            • ►  June (11)
            • ►  April (2)
          • ►  2016 (11)
            • ►  December (2)
            • ►  September (5)
            • ►  August (2)
            • ►  July (1)
            • ►  May (1)
          • ►  2015 (18)
            • ►  April (11)
            • ►  March (1)
            • ►  January (6)
          • ►  2014 (122)
            • ►  December (27)
            • ►  November (12)
            • ►  October (19)
            • ►  September (5)
            • ►  August (11)
            • ►  June (2)
            • ►  May (1)
            • ►  April (36)
            • ►  February (8)
            • ►  January (1)
          • ►  2013 (138)
            • ►  December (3)
            • ►  November (14)
            • ►  October (8)
            • ►  September (9)
            • ►  August (10)
            • ►  June (39)
            • ►  May (30)
            • ►  April (18)
            • ►  March (7)

          Search This Blog

          Popular Posts

          • SIMPLE CALCULATOR USING SWITCH CASE STATEMENT IN JAVA
            This program is a simple calculator designed in java using switch case statement to perform some basic arithmetic operation on two integer...
          • C PROGRAM FOR INDIAN NATIONAL ANTHEM 'JANA GANA MANA'
            The following code is in C and it produces music of Indian National Anthem based on corresponding frequencies. It just uses some of the basi...
          • FIND THE SQUARE ROOT OF ANY NUMBER WITHOUT USING PREDEFINED FUNCTIONS IN MATH.H
            Here I have a simple C program that asks from the user a number and calculate it's square root without using any predefined function ...
          • Diffie Hellman Key Exchange Algorithm - Program in C
            Diffie–Hellman establishes a shared secret that can be used for secret communications while exchanging data over a public network. The cru...
          • Gantt Chart for Preemptive and Non-Preemptive Priority Scheduling
            package os2; import java.awt.Color; import java.awt.Graphics; import java.io.BufferedReader; import java.io.IOException; i...
          • Hill Cipher - Program in C
            #include<stdio.h> #include<string.h> #include<stdlib.h> int **matrixMultiply(int**a,int r1,int c1,int **b,int r2,int c2) ...
          • Rail Fence Cipher - Program in C
            In the rail fence cipher, the  plaintext  is written downwards and diagonally on successive "rails" of an imaginary fence, then ...
          • String Formatting Question - Smartprix Coding Test
            Replacement Array is an array of elements. Format String contains conversion specifier %s, followed by optional index specifi...
          • Non Preemptive Priority Scheduling - Drawing Gantt Chart
            /*                 implementing Non Preemptive Priority Scheduling */ /*                 processes are assumed to be in order ...
          • Gantt chart for FCFS and SJF
            /*   * Given a list of processes, their CPU Burst time and arrival times, display/print the Gantt chart for FCFS and SJF.   */ ...
          Simple theme. Theme images by nicodemos. Powered by Blogger.