Questions tagged [measure]

Measuring means to determine how big is a certain entity. In computing, it's often referred to calculating the size(s) of a screen.

Measuring means to determine how big is a certain entity. In computing, it's often referred to calculating the size(s) of a screen.

936 questions
-1
votes
1 answer

Measure two max value in Excel graph

In the context, I have a star spectral graph and there are two spectral line. The coordonate of graph are : x = Angstrom and y = relative intensity. For example, on 6562 Angstrom there is a relative intensity of 2.12 and on 6520 Angstrom 2.19. I…
-1
votes
1 answer

How to show totals of a measure if the dimension is not part of the fact table in OBIEE

I hope someone has a clue how to solve this issue. I have two fact tables one with revenue per company, year, catalogue_no and revenue and the other with company, year and customer_base. I want to combine these measures in an analysis but the…
Joe Data
  • 1
  • 2
-1
votes
1 answer

Browser plugin for measuring PDF

Is there a browser plugin that can allow a user to measure objects on a PDF in the browser window? It needs to be cross-browser.
Marcus
  • 1
-1
votes
1 answer

Android how to wait for coordinates calculation completed?

I have an Android application that create all the layout programmatically in the onCreate method, after that I need to do some calculation on the coordinates of some of the views I created, but when I try to get coordinates on screen, it always…
Celeste Capece
  • 1,306
  • 2
  • 11
  • 20
-1
votes
1 answer

To check similarity between text data

Please guide me how to measure similarity of text data for clustering, for numeric data we can measure with euclidean distance measure or any other distance measure. The data is keywords used for searching collected from website and the second…
-1
votes
2 answers

Display lines with 0 for measures if date not in date dimension table

I have difficulties to make a join between a fact table and a date dimension table because I would like to display records with a date not in the dimension table. Example : I don't have records for 2014-09-08 at 01:00 when I try this query because…
-1
votes
1 answer

Similarity measures for doubles

I am designing a matching system and want to compute the similarity between pairs of numbers. So let us assume we have two set of numbers: 15 13 17 100 1 14 15 105 27 30 I would now like to compute the similarity between a)…
user1729603
  • 73
  • 1
  • 8
-1
votes
1 answer

What is the similarity values of Li Wordnet-based measure

I have confusion of the similarity value of the Li measure. I read in paper that the values in (0,1) so Is it varies between 0 and 1? or it has only two values either 0 or 1.
Jan Mohd
  • 83
  • 7
-2
votes
1 answer

How to measure wave length of songs?

I want to measure wave lengths of songs as I mentioned in the question. I want to find a number and according to this number I will try to decide what kind of music it is. I found Acoustic fingerprint but I am not sure if it is going to help…
EkremG
  • 131
  • 1
  • 13
-2
votes
1 answer

How to convert feet to cm in R?

I'm given a charachter vector of heights looking like that: [859] 5'10 5'8 5'11 6'0 5'10 6'2 5'11 6'2 6'2 5'7 5'9 5'7 6'1 6'0 5'11 6'0 6'5 6'1 6'1 5'10 5'11 5'11 6'0 6'4 6'5 5'10 [885] 6'0 6'1 5'10 5'10 5'8 6'1 6'0 5'11 6'0 …
Joshua
  • 114
  • 1
  • 10
-2
votes
1 answer

Power Pivot: Comparing measures and quoting the highest one

I'm an intermediate Excel user, and am currently starting my exciting journey through Power Pivot and Power BI. Compelled mostly by data getting ever more complex and from many sources! I'm working on building an HR People Productivity report…
-2
votes
1 answer

How can i measure the usage of my app? (i.e.: in Play Console)

Is there a way to measure the usage (startups) of my android app? In Play Console i only see the installations/deinstallations but not the startups etc.? Well - i could implement a tracker on my own that access an interface on each startup - but i…
Thomas
  • 1
  • 1
-2
votes
1 answer

select repeated ID in the repeated meaasure in R

I have the repeated data. There are two waves. I want to select the people who did a test twice, so their ID are repeated twice. Some people only did once, and I want to exclude them. My data are a long structure format.In the data structure, there…
-2
votes
2 answers

Distance between two shapes opencv

does anyone know how do I calculate the distance between the blue point at the upper shape straight down to the border of that one below? I have the coordinates of the point. I was trying to check the color point by point until it reach the white…
Felipe
  • 39
  • 1
  • 5
-2
votes
1 answer

How to get auto generate measurement on object with openCV?

Here is a code where I want to implement the object measurement, but I don't have any idea on what function that I've to use and how to code it and how to make it auto generate. There's anyone can help me? Thank you in advanced. cv::VideoCapture…
1 2 3
62
63