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

  • Home
  • SEARCH
  • 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 4071700
In Process

The Archive Base Latest Questions

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

What are the differences between structured data and unstructured data? How that difference affect

  • 0

What are the differences between structured data and unstructured data?
How that difference affect the respective data mining approaches?

  • 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-20T16:47:26+00:00Added an answer on May 20, 2026 at 4:47 pm

    The terms i am familiar with are structured and unstructured data(same as what’s in your Q except for the suffix).

    I work with both types of data in machine learning and I am not aware of any formal definition; however, i suspect that nearly everyone whose work requires a distinction between these two types of data has no trouble distinguishing them.

    Examples of structured data: the date/time on which an email was sent; whether it has an attachment, or the email sender. Unstructured data: the body of the email.

    Is there a stable rule or set of rules to distinguish these two types of data? I think so. First, if you can build a parser for the data element, then it’s structured.

    Another rule of thumb is to look at the data type for that field in your database required to store the data. If it is a text type–for MySQL, Tintext, Text, Mediumtext, or Longtext. Or less likely, VARCHAR(255)–then that data is probably unstrutured.

    The principal significance of this distinction for data mining is probably this: structured data, once extracted from the document and parsed, can be used as variables in a statistical/machine learning model. Unstructured data, however, requires further parsing–i.e., before you can use it in modeling you first have to decompose it into a set of structured data elements–e.g., number of words, etc.

    For instance, suppose you want to build a knowledge management (KM) system for a server group within a company that makes online MMORPGs. You might begin with the massive collection of email messages exchanged between the members of this group.

    So you create a data model for this source–e.g., comprised of fields like ‘sender’, ‘recipient’, ‘date/time sent’, whether the recipient and sender were both employees of the server group, whether the message was was copied to others, etc. The rows of the databse are the individual emails.

    Then you write a script comprised of a set of parsers to extract each field from each email message. For many fields, this is simple, e.g., for the ‘cc:’ field, you write a parser to scan that portion of the email message and check whether it is empty–if it is, then that field in your database for that row might be filled with ‘False’ (to indicate that no persons are copied), otherwise, ‘True’. Likewise, data/time, which is probably in some form like: 16 Mar 2011 18:45:39.0319 (UTC). Extracting and parsing this data is likewise straightforward; in fact, your scripting language almost certainly has a module to do it.

    But when you get to the body of the email, while it’s not difficult to extract from the rest of the email message, parsing it is not straightforward. Your data model might have fields for “NumberOfWords”, “Keywords”, etc. and it’s simple to build a parser to populate those fields. The most useful information is more difficult though–i.e., was the email message helpful to the recipient? What was the subject? Is it authoritative?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What are the differences between these two, and which one should I use? string
What are the differences between delegates and an events? Don't both hold references to
What are the differences between a HashMap and a Hashtable in Java? Which is
What are the differences between htmlspecialchars() and htmlentities() . When should I use one
What are the differences between a clustered and a non-clustered index ?
What are the key differences between Flash and Flex? I have over five years
What are differences between declaring a method in a base type virtual and then
What are the key differences between Microsoft's SQL Server 2005 and SQL Server 2008?
I understand the differences between optimistic and pessimistic locking. Now, could someone explain to
What are the differences between pipes in Windows and Linux?

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.