The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

Need advice-should I use MS Excel or Server side scripting

I recently have requirement from private company that need to transform all data they previously collected in MS Excel file to be kept in relational database system instead.The company's staff also ...
0
votes
0answers
6 views

need advice for building twitter sentiment analysis [closed]

I'm working on twitter sentiment analysis for Indonesian language. considering too informal and noisy tweet text, I wanna ask about phase of pre-processing according to what I need inside? in the ...
-3
votes
0answers
30 views

Set the lags in `brian.correlogram` [closed]

I am using the brian.correlogram function, and all I want is to have on the x-axis the values to be from -30 to 30 mseconds. On the description of correlogram(T1,T2,width=20*ms,bin=1*ms,T=None) it ...
0
votes
0answers
10 views

Calculating SQL Server Analysis Service memory usage accuretely

I have one question, I read that SQLServer.exe memory consumption in task manager does not always shows correct information. Below blog has some good information about calculating the memory usage of ...
2
votes
2answers
61 views

How do I pair up rows of network traffic data in R or SPSS?

I have lots of SiLK flow data that I would like to do some data mining on. It looks like the destination IP column matches the source IP column of a row of data further down. The rows (with many more ...
-1
votes
0answers
9 views

How to export Windows Phone Performance Analysis file *.sap. can share with other developers [closed]

How to export Windows Phone Performance Analysis file *.sap(vs2012+windowsphone sdk 8). can share with other developers. Now use Windows performance analysis tool, and after running the App, is ...
1
vote
2answers
16 views

What online software/websites are there that can review/analyse my website?

Can anyone advise where I can have my website reviewed? Is there an online forum for website critique? What online software is there that can analyse my code?
0
votes
1answer
37 views

R Basket Analysis using arules package with unique order number but duplicate order combinations

R Basket analysis using arules package with unique order number but duplicate order combinations Just learning R. I'm trying to do a basket analysis using the arules package (but I'm totally open to ...
1
vote
0answers
16 views

Equation of line in complex plane

All the derivation of the equation of line on complex plane uses the fact that (x,y) \in R^2 can be identified with x+iy \in C. Thus, they begin with ax+by+c = 0 then re-write x = (z+\bar{z})/2 and ...
0
votes
0answers
8 views

Cloudera Navigator Performance evaluation

I wanted to know about the performance analysis of cloudera Navigator based on below aspects: 1) can i add multiple Cloudera Navigator server installed in a cluster for load balancing. 2) Is there any ...
0
votes
1answer
42 views

c++ code coverage during running only one function [closed]

I want to get code coverage info. during running only one function. for example, I just want to know which lines "run()" have went through. test.cpp: #include "..." int main(){ init(); ...
-2
votes
0answers
11 views

Micro Function Points vs IFPUG FPs

Does anyone has practical experience in Micro FPs ? I am working on IFPUG's FPs and want to know if there is any co-relations between them.
0
votes
0answers
27 views

Import data from Analysis Services cube into MS SQL database

Is there a possibility to insert data from Analysis Services cube into MS SQL database? At the moment I can use excel to get data from Analysis Services cube, but I want to store some data from CUBE ...
5
votes
2answers
157 views

I need help understanding how to find the Big-Oh of a code segment

My Computer Science II final is tomorrow, and I need some help understanding how to find the Big-Oh for segments of code. I've searched the internet and haven't been able to find any examples of how I ...
1
vote
0answers
23 views

partially reconstruct information of function convoluted with boxcar kernel

the function (f) I want to reconstruct partially could look like this: The following properties are known: It consists only of alternating plateau (high/low). So the first derivation is zero ...
0
votes
1answer
25 views

Stack-AVL transfer algorithm

Pretend I have an algorithm that pops every element from a stack and inserts them into an AVL tree. If pop () is a O (1) method and insert () is an O(log n) method, my algorithm is O(log n), O (n) ...
0
votes
2answers
55 views

Algorithm Analysis

I have an algorithm with the following pseudocode: R(n) if(n = 1) return 1 else return(R(n-1) + 2 * n + 1) I need to setup a recurrence relation for the number of multiplications carried out by ...
-1
votes
1answer
34 views

Prove max(O(f(n)), O(g(n)))=O(max(f(n), g(n))

Prove max(O(f(n)), O(g(n)))=O(max(f(n), g(n)) It does make sense, but so far I don't have any idea how to actually prove it. Any input would be appreciated.
3
votes
1answer
38 views

What replaced SADT?

Before everything became "enterprise", there was a time, when everything was "structured". About 20 years ago structured analysis and structured design (SADT), together with CASE tools promised ...
0
votes
0answers
21 views

Which notation is used where? [closed]

which notation is used why: how would i came to know which notation should i use whereas i can find its time complexity in all notation Find the running time complexity of: for i=1 to n do ...
0
votes
0answers
32 views

Solve the recurrence `T(n) = T(log2(n)) + 13n` [migrated]

I have the following recurrence relation T(n) = T(log2(n)) + 13n. I believe in order to solve the equation I need to determine the height of the tree. T(n) -> T(log2(n)) -> T(log2(log2(n))) -> ... ...
-1
votes
1answer
35 views

How do i get last n line stack using pstack command?

I am using pstack command in my c++ code and storing it in a string. The problem is it prints the stack upto last function and string becomes very heavy. Is there any way to print only last n lines of ...
-7
votes
1answer
51 views

Determining the number of people who score in certain range of points [closed]

I'm making a program that reads in a text file in this format playercode,playername,score and i then need to do this Score Analysis: A report showing the number of players that score in the ...
-4
votes
0answers
45 views

how using my modle to do sensitivity analysis in [closed]

how to do sensitivity analysis in R Package ‘sensitivity’ using my model,the following is my models.in fact,i donot know the example the manual provide,especially what the X1 X2 means. ...
0
votes
5answers
36 views

What does this JS code do to x?

Got this little line here: var x = trigger ? n : (n-1); My JS is a bit rusty. What does this do?
0
votes
1answer
44 views

Visual Studio Performance Analysis

I have an OpenGL application, which is running very well. But when i create a menu and make it visible to the scene, the startup of the application turns very slow. I would like to run a performance ...
0
votes
1answer
19 views

Data Synchronisation among clients

I have a database server (MySQL). This holds a table of products. One of the field of products table is remaining quantity. I have few clients (around 10) which will be querying for the remaining ...
0
votes
0answers
33 views

Specific bioinformatics research uses for Galaxy

I am a new user to Galaxy and wanted to know from Galaxy users what are the TOP uses for Galaxy! I'm looking for the specific research analysis tools you use. I know Galaxy is an excellent way to ...
0
votes
1answer
21 views

Creating a Dataflowdiagram for a three-tiered Architecture

I want to create a dataflowdiagram for a three tiered software architecture, finally I want to create a Threat Model with the Dataflow diagram. The software is supposed to be some kind of a gateway. ...
0
votes
0answers
10 views

formal concept analysis: lattice generation software based on necessity and possibility operators ( new galois operators )

please, is there any implémentation of lattice generation based on new glois connection N and "PI" (necessity and possibility operators) http://www.irit.fr/~Didier.Dubois/Papers0804/DDSCP_FI07.pdf ...
1
vote
1answer
29 views

A Data Cube using single Table

I have a single table of data that consists of 40 cols. Everything I need is in there. I was wondering if I could Build a Data Cube on this table alone. How can I say to the cube that these are the ...
0
votes
1answer
29 views

Disjoint edge finder algorithm analysis

I have an algorithm to find the set of edge-disjoint paths in an undirected graph. Start with a list of all edges in the graph While there are still available edges in the list, execute ...
0
votes
1answer
102 views

Own Sonar Plugin - How to set the Language?

I'm relative new to Sonar - especially to writing my own Sonar Plugin. After some successful trials, I got stuck now. I have written a simple Plugin which only should transfer source files (*.abap ...
3
votes
2answers
102 views

What are a posteriori and a priori analyses of algorithm operations?

I am a new developer. Please help me understand what a posteriori and a priori analyses of algorithm operations are. I googled it, but I did not get any proper answers.
0
votes
1answer
53 views

Music Accuracy Analysis

Does anyone know how certain software (e.g. SmartMusic or Garageband) is able to "listen" to the music being played by a performer, detect the wrong notes played and provide an overall score? e.g. ...
0
votes
1answer
42 views

runtime analysis of the following recursive method

Can someone please help me with the run-time analysis of the following code: public static void f(int n) { for (int i = 0; i <= n; i++) { System.out.print("+" + i); } if ...
0
votes
0answers
47 views

Android - Raw Sound Analysis/Matching

I'm writing a Android application to recognize specific sounds (i.e snoring, laughing, etc). I've successfully created a recording buffer to continuously record raw/mono/pcm 16bit sound (AudioRecord ...
0
votes
1answer
26 views

In Sonar, how do I tell where lines of code were added to?

Is there a way to drill down to see which directories/files have added lines of code? Yesterday I see that my project added ~5k LOC. I think Sonar is confused, as we didn't add that many, we just ...
1
vote
1answer
39 views

Algorithmic analysis of similarities across loglines?

I have logline that I'm trying to find patterns, or analyse for similarities in, across time. Each logline can broken down into: Timestamp Module/function Payload (i.e. the actual log message). ...
0
votes
0answers
73 views

JVM Thread Dump Analysis Tools for Java 7

I create thread dumps for my Glassfish 3.1.2 JVM with either jstack or asadmin. I try to load them into analysis tools like samurai (http://yusuke.homeip.net/samurai/en/index.html), or tda ...
0
votes
0answers
8 views

How to reduce fluctuation in time series

I have a series of mean values but i found that there appear some fluctuation in the mean time series. So i would like to know is that any other good solution to reduce the fluctuation of the mean ...
0
votes
0answers
35 views

how to divide the matlab image into 3 sections or boxs??and control each seperately

i have webcam resolution of 1280*720 i need to divide 720 into 3 partition vertically and keep 1280 as is it ,how can i do it??and where do i add that code in the below program?*my main objective is ...
0
votes
0answers
59 views

Eclipse CDT - how detect and mark unresolved functions?

I don't get it managed that eclipse detects and marks functions that have not been declared before. This only works with undeclared variables, but not functions. For instance: #include ...
0
votes
0answers
126 views

How to get fundamental frequency of a signal using autocorrelation?

I am trying to get the fundamental frequency of a signal that only has a single pitch. I coded out the autocorrelation function using FFT and already got the autocorrelation result. Unfortunately, I ...
0
votes
1answer
46 views

In object oriented analysis and design what is the role of message?

In Object oriented programming objects communicate by passing messages, sometimes these messages can also have arguments. I.e. A Student object can send a message to a School object asking for a ...
0
votes
2answers
93 views

Waveform Analysis in C#

I am working on a research project that involves waveform analysis of bird calls. Essentially what needs to happen is we will identify 'baseline' bird call audio files that represent specific types ...
0
votes
1answer
97 views

Algorithm correctness

I'm studying loop invariants at the moment and I have trouble with my choiche for an invariant for a linear search algorithm. Inpput: A[1 ... n] of integers, k an integer value Output: true if k ...
0
votes
0answers
14 views

Exception and Logs Analysis frameworks or softwares

We have ASP.NET applications and supporting web services in production with lot of traffic. It logs lot of service calls and Exceptions to MS Sql server. We want to analyze the logs and exceptions, ...
0
votes
0answers
22 views

link analysis propagation on 2000 nodes

I want to compute some value of a node by connections of nodes, the link will be converted into weights and apply the propagation-based algorithm on 2000 nodes.But the connections is sparse. the node ...
0
votes
2answers
141 views

Different upper bounds and lower bounds of same algorithm

So I just started learning about Asymptotic bounds for an algorithm Question: What can we say about theta of a function if for the algorithm we find different lower and upper bounds?? (say omega(n) ...

1 2 3 4 5 13