The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
50 views

How to evaluate prediction results in R?

I am quite new to R. I am working with a very big data set (cvs). my goal is predict the values on a certain column in the data set, using the all others, and in the end compare the prediction with ...
2
votes
1answer
38 views

Software Testing vs Software Evaluation

Can anyone clearly explain the difference between Software Testing and Software Evaluation? I think I have pretty clear what Testing is, but I don't have that clear what Evaluation is, so can you ...
0
votes
2answers
16 views

Approximately evaluate the time needed for running an algorithm by CPU frequency

I just want to know, is that possible to evaluate approximately (to 1/6 hour) the time needed for executing an program ( an algorithm for example) , knowing the all the source codes and the frequency ...
0
votes
1answer
22 views

Artificial player evaluation

I have a problem concerning a board game I'm creating. I plan on making an artificial player for the game using MiniMax with AlphaBeta prunning, but I'm not sure how to evaluate ir the player is good ...
0
votes
1answer
98 views

WSO2 Identity server evaluation [closed]

I am working for CGI Business Consulting and I have to make an evaluation for the WSO2 Identity Server product. I have several questions that I don't find answers through the web site support or ...
0
votes
0answers
6 views

What does it mean the acronym S-A, S-B and P06/99 in corporate bond name?

I have the following problem: I am not able to understand what does it mean the following acronyms in corporate bond names downloaded from Thompson Datastream: S-A S-B S-C S-D P06/99 For istance, ...
4
votes
5answers
59 views

How can I dynamically run a comparison from a string?

If I were to have a string with something like this: "if (24 == 24) AND ((true == false) OR (true == true)) AND ('HELLO' != 'WORLD')" How could I dynamically evaluate that in code using C#/.Net? ...
0
votes
0answers
58 views

Weka Initialize Evaluation for test

I have a question about weka using java code. I want to know how to initialize an Evaluation variable to use it with a previously saved model and test data. I first train the model by doing this: ...
0
votes
1answer
56 views

Difference between Gradle's terms evaluation and execution

I am new to Gradle build tool and now I am reading the User Guide, but can't understand fully the difference between evaluation and execution phases. In configuration phase project objects are ...
0
votes
1answer
69 views

How to test on testset using Rapidminer?

I'm using Rapidminer to do an analysis. I used cross-validation on several models to get the best working model. Now I want to use this model to test on a separate testset that I made using Split Data ...
1
vote
1answer
24 views

Destructive operations in scheme environments

I'm confused about destructive operations in Scheme. Let's say I have a list and some destructive procedures defined in the global environment: (define a '(a b c)) (define (mutate-obj x) (set! x ...
1
vote
1answer
56 views

MySQL Fulltext search ignores numbers

Well I have an mysql full text search and the problem is that this query seems to ignore numbers every now and then so the database contains the names for video games like Age of Empires Age of ...
1
vote
0answers
55 views

Weka: Too much optimistic results

I am using Weka to do some classification tasks. As I am using SVM, the False Positive Rate is 0. This is very much optimistic to me for the classification task. Also, in some of my previous ...
0
votes
3answers
108 views

Post-Increment in Returns: How are They Implemented?

So, I know that many C-style languages have decrement (--) and increment (++) operators, and allow the mutation to happen before or after the whole expression is evaluated. What happens when a ...
2
votes
1answer
116 views

Math Expression Evaluator Gone Wrong

Hi guys, I have started making this Math Expression Evaluator by using Dijkstra two Stack Algorithm , I think I have applied all the rules carefully but the problem is that it can evaluate some ...
-1
votes
1answer
112 views

Deciding who has won a hand of Poker in Java [closed]

What would be the best way to compare two (and only two) players hands in Java using the best combination for 5 cards out of 7 cards (texas hold'em)? If each card is assigned a value or enum then is ...
-1
votes
1answer
63 views

unexpected behavior of C operands evaluation order

So just for fun, I have this code snippet: #include <stdio.h> main() { int i; int a; i = 17; //scanf("%d", &i); a = (i+=5) * (i-=3); printf("a is %d, i is %d\n", a, i); } In C ...
0
votes
1answer
56 views

Is there a way to calculate Equal Error Rate (EER) using Weka?

I'm trying to find a way to calculate EER value using Explorer in Weka but without sucess. I can just see the ROC curve (thereshold curve). Anyone can show how to find EER value using Weka. Thanks.
0
votes
1answer
124 views

Does anyone know how to generate AUC/Roc Area based on the predition?

I know the AUC/ROC area (http://weka.wikispaces.com/Area+under+the+curve) in weka is based on the e Mann Whitney statistic (http://en.wikipedia.org/wiki/Mann-Whitney_U) But my doubt is, if I've got ...
1
vote
1answer
234 views

Evaluating a polynomial with Horner's Algorithm and calculating steps (Java)

I need help on my java code. What I'm trying to accomplish is to calculate the size of each step on a polynomial: double s = (b-a)/nsteps; The inputs for the polynomial to be created is degree, ...
0
votes
0answers
80 views

AI evaluation function [closed]

How do I create a strong AI for Baghchal? I have used the minimax algorithm with alpha beta pruning and it seems to be working fine. However, the evaluation function doesn't seem to be accurate ...
2
votes
2answers
120 views

Enforcing the number of decimal places when printing results

A different exercise. This one asked to evaluate the value of x for x-2=ln(x). There are two approaches (A and B) - one makes use of the given equation and yields the smaller solution (x1). The other ...
2
votes
1answer
53 views

Boolean evaluation in reverse

Why is the boolean evaluation done in reverse in the following PHP code, as opposed to putting "false" at the end? while (false !== ($obj = readdir($dh))) { // do something } (from one of the ...
0
votes
1answer
30 views

Disambiguation of expressions with neighboring operators of different associativity and same precedence

Say I have an expression as follows (where ⨁ and ⨂ are binary operators which have the same precedence level but not the same associativity): x ⨁ y ⨂ z Would y belong to ⨁ or ⨂, and based on what ...
0
votes
1answer
29 views

How large of testing sample size is sufficient for testing a new method?

I have developed a new image segmentation technique, and now I want to evaluate the performance. I am wondering how many sample do I need to perform the evaluation? In other words, how large is the ...
0
votes
2answers
35 views

How does Ruby evaluate the class of an object when evaluating the truthiness in a condition?

I am trying to make an instance of a class MyClass evaluate to a falsy value. So I tried to override all methods I could think of to make MyClass act as nil. I got: a = MyClass.new a.nil? #=> true ...
0
votes
1answer
69 views

Evaluation of a recommendation system based on similarity criteria

I have built a recommender system that recommends the first 10 items similar to an item, based on a set of a weighted metrics. Right now all one can do is select an item and the system shows the first ...
0
votes
1answer
117 views

Is there a difference between immediate (${}) and deferred (#{}) evaluation in JSP?

In the Java Unified Expression Language there are two base types of EL syntax: ${expression for immediate evaluation} #{expression for deferred evaluation} I understand the difference between these ...
1
vote
1answer
47 views

evaluation of a string variable with another string doesn't evaluate. ASP CLASSIC

i have a series of big forms, in many pages, so i have done some functions that should populate the form fields when someone update the page, the situation is like this: <label class="radio ...
-1
votes
1answer
66 views

is it possible to start expression evaluation with the outermost parenthesis? [closed]

This is for a university project on MSc level and I need to formally document each step of my process. Usually when parsing an expression you start with the innermost parenthesis but now I have come ...
0
votes
1answer
106 views

How do I extract selected columns given an Oracle SQL String?

OK, this might seem too tough to be posted here so I beg your pardon. Been working on this for almost a week. I need to extract all selected columns in a given Oracle SQL String. It should pass the ...
0
votes
1answer
210 views

Gomoku datas representation in C

I'm working on a Gomoku game I'm currently done with GUI etc, and I need to code the IA and Rule Checker (for optional rules such as Capture, forbidden patterns etc). I was planning on representing ...
6
votes
1answer
277 views

Forcing a constant expression to be evaluated during compile-time?

A few days ago I asked by which criteria the compiler decides whether or not, to compute a constexpr function during compile time. When does a constexpr function get evaluated at compile time? As ...
-1
votes
2answers
140 views

How to evaluate a string expression and return the value in C? [closed]

I am trying to evaluate an expression taken as a character array and return the result of the expression. eg: char *myeExpression []= "(1+2) * 3" should return result 9. Here is my code: struct ...
0
votes
3answers
43 views

PHP conditional error testing for value

Is $var==1 the proper syntax for testing whether $var has a value? I ask, because I'm getting a failure on a simple conditional. Here's the code that seems to be failing: if ($slcustom31==1) ...
-1
votes
4answers
181 views

Recursive evaluation of prefixed expression in C++ [closed]

I am trying to write a recursive algorithm in C++ that evaluates an expression of the type: "operator" "variable" "variable" and returns the operation (example: input = + 3 4; output = 7). The ...
1
vote
1answer
72 views

Can I use several recommender types in one Mahout project, and combine their results?

I am trying to implement a recommender system uisng Mahout framework. As I do not have Linux machine, I cannot use Hadoop to deal with large martrix. (The tutorial for installing Hadoop on Windows ...
8
votes
1answer
191 views

Evaluating MongoDB-like JSON Queries in PHP

Consider the following (rather complicated) query expressed in this JSON object: { "name": "Kindle Fire", "sale": true, "price": { "$gt": 199, "$lt": 264 }, ...
1
vote
2answers
161 views

How to evaluate numbers in exponentional form using jeval?

I have a problem evaluating expressions using jeval library that include values like 1.0E-4, or any other values with "-" after "E" Evaluator mEvaluator = new Evaluator(); String r1 = ...
0
votes
0answers
53 views

language for Chess Evaluation (experimentation) [closed]

So I am aware of the speed and end benefits of C(++) for this task in a conventional way; however, I am looking for a language that would be interesting/powerful from the standpoint of: Statistical ...
2
votes
1answer
61 views

An expression evaluates to TRUE when it couldn't possibly be TRUE, could it?

I have the following check to see if an element should be considered "hovered over" or not. I'm very confused because I'm seeing elements set to state === 'hover' when they should not be. The alert ...
3
votes
4answers
92 views

Evaluation of (de)reference operators

I have an (uncommented...) source file which I'm trying to understand. static const Map *gCurMap; static std::vector<Map> mapVec; then auto e = mapVec.end(); auto i = mapVec.begin(); ...
0
votes
2answers
69 views

force-evaluate an object being passed as an argument to a function

I would like to pass the value of an object as an argument to a function. # This is my object anObject <- "an_unkown_string" # I would like to do the equivalent of: ...
2
votes
2answers
174 views

Evaluating results of Naive Bayes Multi Class Prediciton

I used Naive Bayes in MATLAB (builtin) to predict class label values for my data. My class label can have any value from {1,2,3,4,5}. I have testLabels as well. How to measure if testLabels and ...
0
votes
1answer
195 views

Handling decimal values in evaluating postfix using stacks in c++

I am new to posting and relatively new to coding in c++. My question involves: Handling decimal values in evaluating postfix using stacks in c++. This is a homework assignment, but I have already ...
0
votes
0answers
185 views

Warnings when evaluate a variable in Struts2 tag

I've a problem when I've to show a bean property in a struts tag. I've log4j to debug mode, and when I use OGNL expression to evaluate a bean, I get the correct value in the screen, but I also get a ...
0
votes
0answers
54 views

Spring Expression Evaluator plugin

I like Spring Expression Language. There would be so great to have some Eclipse plugin, which evaluates an expression based on the classpath if it is possible. For example the following expression ...
-1
votes
1answer
39 views

Evaluate website ipinfodb.com

I use website ipinfodb.com to get informations about Latitude, Longitude, Country, ... I don't know the infomations accuracy of it. Can I believe it?
1
vote
0answers
37 views

how to evaluate one part of a multidimensional array against another? foreach and in_array?

total n00b to PHP but very interested. Struggling right now with using a deep multidimensional array as part of a single-form php quiz, where the multidimensional array must contain both the options ...
3
votes
5answers
342 views

Java Logical 'AND' vs 'OR' Short-Circuiting Consistency [duplicate]

Possible Duplicate: Difference in & and && I've read several tutorials and answer regarding short circuit operations in java and I'm still not quite understanding the difference ...

1 2 3 4 5 7