Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4025044
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:47:51+00:00 2026-05-20T10:47:51+00:00

I have some labels and attributes from text. I am looking for patterns (combinations

  • 0

I have some labels and attributes from text.
I am looking for patterns (combinations of key-value pairs that occur across many documents) of labels and attributes amongst these documents.

What kind of an algorithm and tool should I be looking into? I want to score these patterns based on relevance and importance and not just string matching.

Any kind of inputs would be great.
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:47:51+00:00Added an answer on May 20, 2026 at 10:47 am

    If I correctly understand your question, you are talking about association mining. Example: attr1==value1 ==> label=label1 (95% percision)

    There are several algorithms, one of them is Apriori.

    The second interpretation of your question is feature selection i.e. selecting attributes which has most impact on label prediction. There you can check infogain/chi^2 selection all of this staff you can find in Weka(www.cs.waikato.ac.nz/ml/weka).

    If your don’t want to use such algorithms and implement them, most simple implementation will look like:

    attributes = new SortedSet()
    for a in attributes:
        for label in labels:
             for value in posible_values(a)
                prob = count(a,value, label)/count(label) //this is propability cireteria, chi^2 works better
                if(count(a)>MIN_SUPPORT) //not too rare
                    attrbutes.add(prob, (a, value, label))
    
    print(attributes)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a single UIView with some labels that display attributes from objects inside
I have some labels that I want to allow users to edit. Is it
everyone. I have some labels that I draw them in the xib file, and
I have a HUD window that has some labels on it, and I want
I have a custom composite control that contains a text box, some validators, as
I have a GtkVBox with some labels and some empty blocks in it ...
I have some HAML code like this: .clearfix =f.label t(labels.shortened_urls.fqdn_url) =f.url_field :fqdn_url, {:readonly =>
I have some models; Vocabularies (tags lists), Labels (tags) and different articles types. These
I have writen some code in VBA (Excel) with error handling labels. It worked
I have a radio button list and some of the labels are quite long

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.