Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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 ajoutée par Utilisateur supprimé
Date de publication: 2014/02/01
Bader Mariam
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?