The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
39 views

Can I define an EC2 auto scale group with scaling policies without adding alarms to CloudWatch dashboard?

I followed the instructions on http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html in order to have a CPUUtilization based auto scale group. i noticed that the ...
0
votes
0answers
17 views

m-tree implementation

I have got several questions about m-tree implementation: Does each node ( even root ) contatin data? If a root node/routing object is splitted into 2 new nodes and the new root node is created, how ...
0
votes
1answer
43 views

sonar plugin : how to get sonar's metric

I'm working on a Sonar's project and i have to make a plugin in order to get metrics and to compute them. I'll explain for example, in order to understand how it works, I'll like to get the value ...
0
votes
2answers
90 views

Preselection of probability for approximate string matching

I have recently been tasked with developing an algorithm for checking for duplicate customer records in a database. The DB layout is pretty straightforward: Tens of thousands of rows with fields like ...
0
votes
2answers
55 views

Metric/density based clustering/grouping

I have a finite number of points (cloud), with a metric defined on them. I would like to find the maximum amount of clusters in this cloud such that: 1) the maximum distance between any two points in ...
0
votes
0answers
57 views

public class Halstead extends Metric

I am using netbeans in creating this project. i am supposed to run this halstead implementation but i cannot understand why there is an error on "extends Metric", due to an error occurs as well on the ...
-3
votes
1answer
97 views

Can someone give me some examples where different distance measures are used in k-means? [closed]

So I'm thinking of using different distance metrics for k-means like Euclidean distance, Manhattan distance, cosine distance, Chebyshev distance among others. I just want to know the use cases of ...
1
vote
1answer
53 views

How to quantify system performance values into a single performance value

I have a project where I have multiple nodes in a grid that are operating as storage and compute nodes. These nodes are heterogeneous ranging from dedicated server hardware to alix boards and even ...
1
vote
0answers
59 views

Lévy metric implementation

I would like to implement (in R) the evaluation of the Lévy distance between two curves. Given two cumulative distributions, the formal definition is the following (see also Wikipedia): Essentially ...
2
votes
1answer
193 views

R implementation of sorting by reversals

I was wondering if there is an implementation in R where it sorts a permutation of n numbers into the original 1...n sequence and provides the number of reversals needed. Eg an implementation of the ...
0
votes
1answer
167 views

wp7 - stringformat change imperial and metric for textblock stringformat

Hi everyone i have done something not so good i should say. Now when my application is in the final stage and near complete i need to have a settings page where i can set if the units of measure ...
0
votes
1answer
283 views

How to customize metrics in sonar?

I'm a new user of sonar. Now I need to customize metrics, but I didn't find the related documentation. If I have to coding a plugin? I do the same with ...
0
votes
1answer
110 views

similarity metric used by the Naive Bayes classifier under Weka

I want to know The similarity metric used by the Naive Bayes classifier under Weka. any help?
0
votes
4answers
337 views

Simple matching similarity matrix for continuous, non-binary data?

Given the matrix structure(list(X1 = c(1L, 2L, 3L, 4L, 2L, 5L), X2 = c(2L, 3L, 4L, 5L, 3L, 6L), X3 = c(3L, 4L, 4L, 5L, 3L, 2L), X4 = c(2L, 4L, 6L, 5L, 3L, 8L), X5 = c(1L, 3L, 2L, 4L, 6L, 4L)), ...
0
votes
2answers
111 views

Font metric in OpenGL

is there any font metric like in Java (FontMetrics) ? Ex: FontMetrics fm = g2.getFontMetrics(); Rectangle2D rect = fm.getStringBounds(node.getText(), g2);
0
votes
0answers
46 views

Distance measure of sequences; string edit

I would like to compare two eye-tracking scanpaths. The eye-tracking results in a sequence of labels that the observer look at, for a division of an image into labeled tiles (rectangular regions). We ...
-1
votes
1answer
186 views

Convert Imperial to Metric in iOS?

Yes I have seen This question But it's for php. I'm still new to programming and was surprised there wasn't a iOS question posted for this. This is how I'm converting from decimal to fraction. Thought ...
0
votes
2answers
82 views

Is there a directed version of the Earth movers distance

I currently have a problem, where I want to compare two 1D distributions. I my case I am trying to find how much I have to move one of the distribution to turn it into another, so I would use the ...
0
votes
0answers
85 views

Metrics in Dynamic/Runtime environment

I have statically implemented various metrics (like cyclometic complexity, LOC, information flow, etc) on a C++ code using a tool called CCCC. Now I need to implement the same metrics on the same C++ ...
1
vote
1answer
1k views

Windows 7: Change the priority of traffic to wired instead of the wireless connection?

On Windows 7 clients I have to change the metric of the wired network connection to a lower metric than the wireless so traffic is prioritized over the wired connection. Is there a way to do this ...
0
votes
3answers
102 views

how to measure time to upload a file (from browser to server) in php from the server point of view?

Does php provide api to check multipart/form-data upload rate , or total duration ? I also want to know how does PHP knows about various timeout events from IIS and php.ini settings ?
8
votes
2answers
707 views

Getting “People talking about this” metric (PTAT)

I'm using the facebook api to pull some metrics, I want to get the "talking about this" metric, I reviewd the "Stories and People talking about this" from the facebook api and I'm pulling the ...
0
votes
3answers
230 views

Facebook Insights about post

I am trying to retrieve metrics post_impressions_unique, post_consumptions or anything started with a post but Facebook always return empty array for me. Anyone know what is the problem here?
0
votes
1answer
65 views

Converting string values to their metric equivalents in actionscript?

Can anyone suggest the best approach for metric conversion of string values? for instance distance values,and temperatures For instance say I have a string containing some unknown inches value And ...
11
votes
2answers
313 views

Finite Metric Embeddings: Good Algorithm?

I have a finite metric space given as a (symmetric) k by k distance matrix. I would like an algorithm to (approximately) isometrically embed this in euclidean space R^(k-1). While it is not always ...
0
votes
1answer
206 views

Facebook insights domain_widget_likes -> lifetime don't return results?

I'm doing a query to get the total likes for a domain and I am using the following: https://api.facebook.com/method/fql.query?query=SELECT metric, value FROM insights WHERE object_id=xxxxxxxxx AND ...
2
votes
4answers
1k views

Android: how to get the user prefered units ? (metric (meters) or imperial (miles))?

I would like to know what are the user prefered units between miles and meters. It seems that the "Locale" class doesn't allow that. Thanks !!
1
vote
1answer
803 views

Could you please help to advise the issue about LCOM4 with Weld/CDI?

I'm new for both Sonar and Weld/CDI. I would like your help to advise further about the LCOM4 analyzed result with Weld/CDI. Firstly I create a simple java class as the following: - ...
5
votes
3answers
565 views

There is a way to determine the ideal number of threads?

I doing a webcrawler and using threads to download pages. The first limiting factor to the velocity of my program is the bandwith, I never can download more pages that it can get. The second thing ...
0
votes
1answer
122 views

Matching Based on Arbitrary Categories and Similarity Measures

I have customer database who have certain attributes, and a customer type. The collection of attributes can vary (they do come from a finite set though), and when I look at a new customer with unknown ...
0
votes
1answer
99 views

MIB_IPFORWARDROW metric(s) vs. ROUTE's

In the Windows command line, the 'ROUTE PRINT' command yields a tabular list of entries, with a single column labeled 'Metric'. In the Windows Platform SDK, you can fetch the same values (more or ...
2
votes
2answers
699 views

Shew Soft Vpn Client Route Metric

After connecting to the business network i have no internet access. route print shows 0.0.0.0 0.0.0.0 192.168.132.222 192.168.132.166 121 0.0.0.0 0.0.0.0 On-link ...
2
votes
3answers
610 views

what is the fastest way to get performance metrics of all spring services?

what is the fastest way to get performance metrics of all spring services?
0
votes
2answers
281 views

How do I get FoxPro to snap-to-grid on an English report layed out in Metric?

So I've recently had to create a report that emulates a Canadian customs form. The problem is that the report is printed on 11" x 14" paper, but uses a metric layout. As my FoxPro installation is on ...
0
votes
1answer
71 views

performance metric of a software library in WinCE

Is there a way to calculate how many mips consumed by a module (libraray) running on wince? We are developing an audio library and want to give playback in wince (Renesas SH-4A core). How to calculate ...
5
votes
7answers
665 views

fast similarity detection

I have a large collection of objects and I need to figure out the similarities between them. To be exact: given two objects I can compute their dissimilarity as a number, a metric - higher values ...
0
votes
5answers
1k views

Function point to kloc ratio as a software metric… the “Name That Tune” metric?

What do you think of using a metric of function point to lines of code as a metric? It makes me think of the old game show "Name That Tune". "I can name that tune in three notes!" I can write that ...
12
votes
24answers
3k views

How can you measure your skills as a programmer? [closed]

At a previous interview I have been asked the question: 'From 0 to 10, how do you rate yourself as a programmer?' I found it a very hard question to answer as I am not aware of a metric to measure ...
1
vote
5answers
395 views

Does anyone know a library for working with quantity/unit of measure pairs?

I would like to be able to do such things as var m1 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Pounds); var m2 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Liters); ...