The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

How to do dynamic infer at Dataset

I'm trying to make the SPARQL endpoint system by jena. This system used Model Class and had been a dynamic inference. But It is necessary to use the Dataset Class instead of Model. And I want to use ...
1
vote
0answers
18 views

iterated conditional mode E step EM

I wanted to know what is the mathematical justification for using ICM as an approximation for the E step in an EM algorithm. As I understand in the E step the idea is to find a distribution that is ...
0
votes
2answers
24 views

catch all the inferences generated by pellet reasoner

I have a problem when executing the reasoner in my application, I can't capture the inferences generated by the reasoner. It's normally performed, the printClassTree shows me that inferences were ...
1
vote
1answer
38 views

Decomposition rule relational databases

I got a relational database of type R={A,B,C,D,E,F} with functional dependencies like F = {{AB-->C}; {A-->D}; {D-->AE}; {E-->F}} However, with help of inference rules I have come up with the ...
0
votes
0answers
22 views

SamIam coding inference

how to paste multiple instantiation in a directory by code in SAMIAM one by one. i want to do this for analysis. can anyone help? some java code like this /* Create a domain of size 5. */ 04 ...
1
vote
1answer
52 views

n3 inferencing applying str:contains to xsd:string in EulerSharp

I have a dataset that contains a large number of resources I need to reconcile against various existing data. The most straight forward approach is to do some simple string comparisons between various ...
0
votes
0answers
66 views

How can you select an appropriate Inference Engine?

I'm trying to figure out which inference engine can give me the best prediction , In general there are a lot of considerations: speed, convergence, support for the factors that make up our model, ...
0
votes
1answer
129 views

How to test for non-parametric silmultaneous inference in R [closed]

I would like to perform non-parametric testing for a dataframe. I have three groups A,B,C. I´d like to now the statistical significance between groups A/B, B/C and A/C. How can I do that ...
1
vote
1answer
85 views

What is the relationship between inference and decision theory in machine learning?

I made a chart to illustrate my understanding of the relationship between inference and decision theory. Could someone point out some mistakes in the figure?
1
vote
1answer
69 views

How to tune this ontology for simple geometric shape recognition?

I've the following ontology where red links are DatatypeProperties, blue ones are ObjectProperties and black ones 'is_a' relations. The ontology simply represent POINT, COORDONATES and SHAPES ...
0
votes
2answers
91 views

Java how to infer type from data coming from multiple sources

I'm developing a java server that collects data from multiple sensors. These sensors usually return the queried values as string values. In the header it's indicated the data type that the server has ...
2
votes
1answer
216 views

“The type arguments cannot be inferred from the usage” in view with custom helper using standard helper

I've got some forms for an MVC3 website with alot of repeating parts. So I tried to make a helper for this. Following an example form the internet i made this: using System; using ...
3
votes
4answers
88 views

type inference when using templates

So here is what I would like to do: I use std::pair, but I would surely like to do the same using tuples, or indeed pretty much any kind of template. When assigning a pair variable, I need to type ...
0
votes
0answers
158 views

Bayesian Poker: How to find distributions that you can't find using combinatorics

This is my first question on stackoverflow and also my first time implementing a Baysian network so I will apologize ahead of time for any novice mistakes I make. The goal of my project is to ...
0
votes
1answer
77 views

adding variables/types to a typing environment

I have an environment which contains a set of tokens that I have already come across; when I look at a new token I want to add that token to the current environment. Basically I want to express a ...
0
votes
2answers
128 views

use more than 1 input inference in virtuoso

I have one input inference in virtuoso opensource that was defined from goodrelations site rdfs_rule_set('http://purl.org/goodrelations/v1', 'http://purl.org/goodrelations/v1'); that I used in query ...
3
votes
1answer
785 views

C# Linq to Entities: The type of one of the expressions in the join clause is incorrect. Type inference failed

I am trying to join two tables together using C# linq to entities. One table has clients, the other table has licences. The tables are joined by Client_ID and ClientLicence_ClientID. For some reason ...
2
votes
1answer
275 views

artificial intelligence and expert systems

I started building my expert system from generating decision tree like this: decision tree: http://obrazki.elektroda.pl/6125718100_1336340563.png I used PC-Shell to build expert system, main code ...
1
vote
1answer
452 views

Can I configure Jena Fuseki with inference and TDB?

I want to configure Fuseki with an inference model supported by TDB. I have been able to configure it with a Memory Model, but not with a TDB Model where I could update triples. I am using the ...
4
votes
2answers
2k views

Implementation of sequential monte carlo method (particle filters)

I'm interested in the simple algorithm for particles filter given here: http://www.aiqus.com/upfiles/PFAlgo.png It seems very simple but I have no idea on how to do it practically. Any idea on how to ...
1
vote
5answers
179 views

Java Generics (simple case, clear enigma for infering)

I have this class, just for the purpose of learning: public class MyClass{ //Looking for a solution without making my class also generic <Type> //Private Arraylist var to hold the value ...
3
votes
2answers
398 views

Is there any free owl reasoner that can reason without load all data into memory?

I use Jena and TDB to store RDF,and I want to do some inference on it.But the RDF data is big,and Jena's owl reasoner has to load all the data into memory . So I want to find one reasoner that can ...
2
votes
2answers
470 views

Java Generics Silly Thing (Why cant I infer the type?)

I´ll try to be short as the question has not been very answered. For the long explanation, go after this briefing. I will show what Im trying to do. Something like this (infering the incoming type ...
5
votes
1answer
637 views

Jena: How to infer data / performance issues

I'd like to use Jena's inference capabilities, but I'm having some performance problems when I am using InfModel. Here's a simplified overview of my ontology: Properties: hasX ...
3
votes
5answers
209 views

why the C compiler can't do type inference?

In case of long double x = 8.99999999999999999, the value is stored as double since ' L ' is not appended. Why can't the C compiler do type inference when I have already declared the variable x to be ...
5
votes
1answer
294 views

Type inference for type arguments of generic methods

I'm a newby to Stack Overflow so please go easy on me! I'm reading C# in Depth but I've come across a scenario that I don't believe is covered. A quick search of the web didn't throw up any results ...
7
votes
2answers
312 views

Constants and compile time evaluation - Why change this behaviour

If you forward to approximately 13 minutes into this video by Eric Lippert he describes a change that was made to the C# compiler that renders the following code invalid (Apparently prior to and ...
6
votes
2answers
1k views

Python tools/libraries for Semantic Web: state of the art?

What are the best (more or less mature, supporting more advanced logic, having acceptable performance, scalable to some extent) open source Semantic Web libraries and tools (RDF storage, reasoning, ...
3
votes
2answers
241 views

Scala-IDE or Scala unjustified syntax ambiguity

I am learning Scala with Scala-IDE in Eclipse. While following the Chapter 9: Control Abstraction, part 1: Reducing Code Duplication in the Programming in Scala book, I have written the code from the ...
4
votes
2answers
654 views

SPARQL Querying Transitive

I am a beginner to SPARQL and was wondering if there was a query which could help me return transitive relations. For example the n3 file below I would want a query that would return "a is the sameas ...
1
vote
3answers
205 views

text to facts for Inference Engine

I am looking for a program or algorithm that will analyze text and produce facts/rules from it that can be fed to an inference engine for question answering. Are there any good commercial or open ...
0
votes
1answer
75 views

facts in prolog that I have checked before

I have this knowledge base in prolog... start :- navabi(C). male(X,N) :- write('Is this a male? '), flush_output, read(yes). navabi(N):- male(N) -> print('he is navabi') ; mirian(N). ...
1
vote
1answer
140 views

Forming rules from facts. Rule based programming

Learning Clips, while I don't mind the syntax I'm finding it difficult to derive rules from facts. Is there a tip on how to structure rules given a knowledge base? A non trivial example would be ...
3
votes
2answers
556 views

bindParameter function with variadic templates in C++11

I'm trying to write a simple function to convert a std::function<> object while binding the last parameter(s). That's what I've got: template<typename R, typename Bind, typename ...Args> ...
3
votes
3answers
112 views

A reverse inference engine (find a random X for which foo(X) is true)

I am aware that languages like Prolog allow you to write things like the following: mortal(X) :- man(X). % All men are mortal man(socrates). % Socrates is a man ?- mortal(socrates). % ...
7
votes
1answer
241 views

Scala compiler cannot infer mix-in type for pattern matching

I have a use case for algebraic groups over finite permutation sets. Because I would like to use the group for various permutation classes which are otherwise unrelated, I would like to do this as a ...
3
votes
1answer
249 views

Lightweight inference engine interfaceable with Ruby

I have a large Ruby application that is just crying out for the addition of an inference engine; I don't need a lot of functionality, am not afraid of integrating C libraries, and am coming up empty ...
7
votes
1answer
356 views

Scala type (inference) issue?

I'm developing a REST webservice in Scala using the Jersey JAX-RS reference implementation and I'm getting a strange error. I'm trying to create a ContentDisposition object using the ...
2
votes
0answers
170 views

Build a SKOS Reasoner rule-based

I have to build a reasoner for ontologies SKOS to reason with rules made ​​in CLIPS / Jess. I want to have simple forms of automated reasoning. I could not find anything specifically to help me create ...
5
votes
0answers
163 views

GA grammar induction program/code?

Does anyone know of a program that uses a GA to perform grammar induction/inference, I've read tonnes of research papers and articles on this stuff like Lankhorst and De Pauw but I can't find any ...
9
votes
2answers
271 views

Prolog Beginner - Is This a Bad Idea?

The application I'm working on is a "configurator" of sorts. It's written in C# and I even wrote a rules engine to go with it. The idea is that there are a bunch of propositional logic statements, and ...
2
votes
2answers
231 views

Allegrograph - Functors like RDF objects properties?

Using Allegrograph, Prolog functors are pretty awesome, but there is one downside. Let's say you define a functor that links two entities, for example parentOf which equals to "!n:motherOf OR ...
4
votes
2answers
164 views

Search control in Haskell

Suppose you're writing a program that searches an exponentially large or infinite space: gameplaying, theorem proving, optimization etc, anything where you can't search the entire space, and the ...
1
vote
2answers
151 views

C# generic interface type inference question

I'm not sure how to phrase this question concisely without just giving the example so here goes: public interface IThing<T> { void Do(T obj); } public class ThingOne : IThing<int> { ...
1
vote
1answer
385 views

Ideal algorithmic approach — Rule-engine / Decision-Tree and some Learning logic?

My requirement is probably close to what one expects of an "Expert System". And looking for the simplest solution, that can give me real-time or near-real time inference, with some offline ...
3
votes
4answers
2k views

Forward chaining and Backward chaining in java

What will be the best approach to implement forward chaining and backward chaining for reasoning process in java? We have been given Horn-form knowledge base which has set of statements. I have ...
2
votes
2answers
258 views

Inference Engine implementation in java

I am trying to think of an algorithm where I can create number of possible binary combinations for my inference engine implementation in short if input file to my program has 4 distinct variables my ...
2
votes
3answers
297 views

Grammar inference library?

What are the best (or any) open source libraries for regular or context-free grammar inference from a set of examples believed to be generated by a common grammar? I'd prefer a good library in Java, ...
1
vote
2answers
534 views

What's the difference between an inference machine and a semantic reasoner?

I found some short articles about both, and for me it sounds like both figure out things through logic, similar to how Prolog works. I must add I am new to this field so I might be wrong. Very wrong.
1
vote
1answer
830 views

Null Pointer Exception with Drools-Guvnor

I’m using the example code from the Red Hat Magazine - http://magazine.redhat.com/2008/08/12/jboss-drools-how-to-tuning-guvnor-part-1/ - to try to get the sample code to work, but I keep getting the ...

1 2