Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Can we use data structures other than Hash Map to implement Random search of client info in Multiplexing Server. What will be the Amortized cost?

Is random search using Hash Map and keys is Always most optimized in data mining .

user-image
Question added by Deleted user
Date Posted: 2014/02/01
Bader Mariam
by Bader Mariam , Software Developer Consultant , Online Business Systems

I would use a Red-Black tree to map keys to values. It maintains the keys in sorted order so it is good for

taking the value from a given index

inserting a value at a given index

 

deleting a value at a given index

You have to be a little bit more specific in your question about data mining.

There are several data mining tasks, including classification, regression, clustering, dependence modeling and others.

data mining algorithm can solve each of these tasks separately. Therefore, the first step in designing a data mining algorithm is to define which task the algorithm will address

Hope I helped

 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.