Click here to Skip to main content
15,892,072 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Maybe Original Algorithm Created PinPopular
Patrice T26-Jun-15 3:53
mvePatrice T26-Jun-15 3:53 
GeneralRe: Maybe Original Algorithm Created Pin
Richard Deeming1-Jul-15 7:41
mveRichard Deeming1-Jul-15 7:41 
GeneralRe: Maybe Original Algorithm Created Pin
Patrice T1-Jul-15 7:53
mvePatrice T1-Jul-15 7:53 
QuestionOptimal trajectory of area exploration Pin
Viktor Grabarchuk21-Jun-15 21:38
Viktor Grabarchuk21-Jun-15 21:38 
GeneralRe: Optimal trajectory of area exploration Pin
Sascha Lefèvre22-Jun-15 3:30
professionalSascha Lefèvre22-Jun-15 3:30 
GeneralRe: Optimal trajectory of area exploration Pin
Viktor Grabarchuk22-Jun-15 4:04
Viktor Grabarchuk22-Jun-15 4:04 
GeneralRe: Optimal trajectory of area exploration Pin
Eddy Vluggen22-Jun-15 12:18
professionalEddy Vluggen22-Jun-15 12:18 
QuestionWhich algorithm to use for searching on basis of different values Pin
Member 96143523-Jun-15 1:04
Member 96143523-Jun-15 1:04 
I have a an array of values like:

array(0.2,0.0,0.4,0.7) min: 0.0 , max: 5.0

and every value represent something and I have some attributes in the database that corresponds to these values. Now what I need to do is I need to search the records from database on the bases of above mentioned array. Kindly suggest me an algorithm that would do something like this. I need something like machine learning that would be able to do this thing with flexibility. What I have found from my research that following algorithm is closer to what I am looking for:

http://www.econ.ohio-state.edu/jpeck/Econ501aL4.pdf

http://www.solver.com/k-nearest-neighbors-classification-example

For Example: Configuration array => ('attr1'=> 0.2, 'attr2'=>0.54, 'attr3'=>0.66, 'attr4'=> 0.78)

Records:

| attr1 | attr2 | attr3 | attr4 |

1) 0.45 0.33 0.55 0.66

2) 0.32 0.12 0.34 0.99

3) 0.78 0.41 0.10 0.74

4) 0.88 0.12 0.74 0.10

5) 0.72 0.02 0.00 0.55

Now I need an algorithm which can get me results (records) using the above mentioned array.
AnswerRe: Which algorithm to use for searching on basis of different values Pin
Matt T Heffron3-Jun-15 7:38
professionalMatt T Heffron3-Jun-15 7:38 
QuestionDesign and Analysis of algorithms math Pin
jason007thomas2-Jun-15 13:29
jason007thomas2-Jun-15 13:29 
GeneralRe: Design and Analysis of algorithms math Pin
PIEBALDconsult2-Jun-15 14:07
mvePIEBALDconsult2-Jun-15 14:07 
AnswerRe: Design and Analysis of algorithms math Pin
Sascha Lefèvre2-Jun-15 14:52
professionalSascha Lefèvre2-Jun-15 14:52 
AnswerRe: Design and Analysis of algorithms math Pin
Amarnath S2-Jun-15 22:10
professionalAmarnath S2-Jun-15 22:10 
AnswerRe: Design and Analysis of algorithms math Pin
Patrice T19-Jun-15 18:31
mvePatrice T19-Jun-15 18:31 
Questionproblem in Theta-θ Notation Pin
Arjun Tirumalasetty25-May-15 2:21
Arjun Tirumalasetty25-May-15 2:21 
QuestionGeometry domain problem in Competitive algorithm Pin
Chaitanya Pai23-May-15 1:34
Chaitanya Pai23-May-15 1:34 
SuggestionRe: Geometry domain problem in Competitive algorithm Pin
Richard MacCutchan23-May-15 2:09
mveRichard MacCutchan23-May-15 2:09 
QuestionBase 36 value math problem Pin
stoneyowl25-May-15 7:41
stoneyowl25-May-15 7:41 
AnswerRe: Base 36 value math problem Pin
Matt T Heffron5-May-15 8:12
professionalMatt T Heffron5-May-15 8:12 
GeneralRe: Base 36 value math problem Pin
stoneyowl25-May-15 9:33
stoneyowl25-May-15 9:33 
QuestionRe: Base 36 value math problem Pin
Matt T Heffron6-May-15 7:49
professionalMatt T Heffron6-May-15 7:49 
GeneralRe: Base 36 value math problem Pin
Daniel Pfeffer6-May-15 21:21
professionalDaniel Pfeffer6-May-15 21:21 
AnswerRe: Base 36 value math problem Pin
Gerry Schmitz5-May-15 9:53
mveGerry Schmitz5-May-15 9:53 
GeneralRe: Base 36 value math problem Pin
stoneyowl25-May-15 9:58
stoneyowl25-May-15 9:58 
GeneralRe: Base 36 value math problem Pin
Gerry Schmitz5-May-15 10:15
mveGerry Schmitz5-May-15 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.