Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Would Perl be a good choice for this?

by SuicideJunkie (Vicar)
on Oct 02, 2017 at 19:29 UTC ( [id://1200544]=note: print w/replies, xml ) Need Help??


in reply to Would Perl be a good choice for this?

Problems are generally language agnostic, aside from being anti-English (or any other human language) Getting the intent refined down to an algorithm is the hard part.

Do you need to identify subgroups, or filter items into known subgroups? Either way, I'd suggest you keep those processes separate.

Also, how fuzzy are these groups? You said the examples are all from the same greater subgroup, but some have all zeros and others have all ones.

Are the groups defined by simple sets of must-have/can't-have/don't care, or are there more complex conditions where the relationship between two Items determines the group membership (eg: Item1 XOR Item2)?

  • Comment on Re: Would Perl be a good choice for this?

Replies are listed 'Best First'.
Re^2: Would Perl be a good choice for this?
by Speed_Freak (Sexton) on Oct 02, 2017 at 20:33 UTC

    I think I answered these questions in the response above? Let me know if I need to elaborate. Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1200544]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found