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 8087749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:52:50+00:00 2026-06-05T18:52:50+00:00

Given a dataset with 23 points spread out over 6 dimensions, in the first

  • 0

Given a dataset with 23 points spread out over 6 dimensions, in the first part of this exercise we should do the following, and I am stuck on the second half of this:

  • Compute the first step of the CLIQUE algorithm (detection of all dense cells). Use
    three equal intervals per dimension in the domain 0..100,and consider a cell as dense if it contains at least five objects.

Now this is trivial and simply a matter of counting. The next part asks the following though:

  • Identify a way to compute the above CLIQUE result by only using the functions of
    Weka provided in the tabs of Preprocess, Classify , Cluster , or Associate .
    Hint : Just two tabs are needed.

I’ve been trying this for over an hour now, but I can’t seem to get anywhere near a solution here. If anyone has a hint, or maybe a useful tutorial which gives me a little more insight into weka it would be very much appreciated!

  • 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-06-05T18:52:51+00:00Added an answer on June 5, 2026 at 6:52 pm

    I am assuming you have 23 instances (rows) and 6 attributes (dimensions)

    Use three equal intervals per dimension

    Use pre-process tab to discretize your data to 3 equal bins. See image or command line. You use 3 bins for intervals. You may choose to change useEqualFrequency to false and true and try again. I think true may give better results.

    weka.filters.unsupervised.attribute.Discretize -B 3 -M -1.0 -R first-last

    unsupervised.attribute.Discretize

    After that cluster your data. This will give show you near instances. Since you would like to find dense cells. I think SOM may be appropriate.

    a cell as dense if it contains at least five objects.

    You have 23 instances. Therefore try for 2×2=4 cluster centers, then go for 2×3=6,2×4=8 and 3×3=9. If your data points are near. Some of the cluster centers should always hold 5 instances no matter how many cluster centers your choose.

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

Sidebar

Related Questions

Given a data set like this; +-----+---------------------+--------+ | id | date | result |
Hey guys, given a data set in plain text such as the following: ==Events==
Given this markup: // Calendar.html?date=1/2/2003 <script> $(function() { $('.inlinedatepicker').datepicker(); }); </script> ... <div class=inlinedatepicker
I'm using Visual Studio C# 2008 I've created (visually) a dataset that points to
Let's say I have the following dataset bodysize=rnorm(20,30,2) bodysize=sort(bodysize) survive=c(0,0,0,0,0,1,0,1,0,0,1,1,0,1,1,1,0,1,1,1) dat=as.data.frame(cbind(bodysize,survive)) I'm aware that
I have a dataset with about 50 points (x,y) and I would like to
Background information first: We are using a strongly-typed DataSet to manage transaction files. That
I have a dataset of 2D points (~500k of them) on which I'd like
Given I have a zoo dataset, I'd like to perform a sliding operation against
Given the following ggplot2 chart: ggplot(my_data, aes(colour=my_factor) + geom_point(aes(x=prior, y=current)) + facet_grid(gender ~ age)

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.