Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

27 results for “from:Marco Scutari”

Bayesian Belief Networks
Marco Scutari · Dec 23, 2010 · r-help

On Fri, Dec 24, 2010 at 12:01 AM, Michael Bedward <michael.bedward at gmail.com> wrote: > Hello Walt, > > Have a look at the bnlearn and deal packages. > > Michael Dear Walt, take a look also to the catnet/mugnet and...

bnlearn impute problem
Marco Scutari · Mar 17, 2017 · r-help

Dear Ross, On 17 March 2017 at 06:25, <ross.chapman at ecogeonomix.com> wrote: > I am having a problem running the "impute" function from the bnlearn > package. I assume you referred to the online documentation instead of the manuals...

bayesian gene network construction
Marco Scutari · Apr 12, 2012 · r-help

Hi John, On Wed, Apr 11, 2012 at 17:07, email mail <email8889 at gmail.com> wrote: > I have looked at the bnlearn and deal packages for infering bayesian > network. Can anyone suggest any other suitable package for constructing > bayesian...

package compilation failure
Marco Scutari · Sep 25, 2007 · r-sig-mac

Hi all. I've recently uploaded a package to CRAN. It build fine on both Linux (32 and 64 bit) and Windows, but fails on MacOSX because of C90 vs C99 issues: http://www.r-project.org/nosvn/R.check...

Query in R.
Marco Scutari · Feb 29, 2016 · r-help

Hi Rachana, On 23 February 2016 at 12:38, Rachana Bagde <rachanabagde1996 at gmail.com> wrote: > Can anyone please solve this query. > > http://stackoverflow.com/questions/35577484/cpquery-of-bnlearn-gives-0-for-every-event-and-evidence-in-r I...

bnlearn package compilation failure on MacOSX
Marco Scutari · Oct 4, 2007 · r-devel

Hi all. I've recently uploaded a package (bnlearn) to CRAN. It builds fine on both Linux (32 and 64 bit) and Windows, but fails on MacOSX ix86 because of C90 vs C99 issues: http://www.r-project.org/nosvn...

Using "cpquery" function from bnlearn package inside loop
Marco Scutari · Oct 11, 2013 · r-help

Dear Ryan, On 11 October 2013 16:50, Ryan Morrison <ryan.r.morrison at me.com> wrote: > The cpquery function is definitely easier to use given that my evidence is > contained in lists. For the record, this is not a...

NA/NaN values in bnlearn package R
Marco Scutari · Jun 9, 2014 · r-help

Dear Alexsandro, On 9 June 2014 02:27, Alexsandro C?ndido de Oliveira Silva <acos at dpi.inpe.br> wrote: > So, how could I deal with the data and get the conditional probability > distribution? As of the current release (3...

bnlearn and TAN network
Marco Scutari · Feb 29, 2016 · r-help

Hi Ross, On 29 February 2016 at 09:51, <ross.chapman at ecogeonomix.com> wrote: > The output node is classFFB. My understanding is that the model only > has one node linked directly to the output node: > ][matureTreeData.ESTATE|classFFB]. Actually...

Prediction with Bayesian Network?
Marco Scutari · Jul 3, 2008 · r-help

On Tue, Jul 1, 2008 at 6:54 PM, stephanos <exe2 at gmx.net> wrote: > > Hi, > > I am interested in using a bayesian network as a predictor (machine > learning); however, I can't get any of the implementations (deal, nblearn...

Using "cpquery" function from bnlearn package inside loop
Marco Scutari · Oct 11, 2013 · r-help

Dear Ryan, On 11 October 2013 20:44, Ryan Morrison <ryan.r.morrison at me.com> wrote: > Thanks for the clarification. For my immediate purposes I think using the likelihood > weighting method will suffice. I'm calculating conditional probabilities based...

Strange error while passing string as an argument to the function in bnlearn package
Marco Scutari · Nov 10, 2014 · r-help

Hi Alexandr, On 10 November 2014 17:46, Alexandr M <rus314 at gmail.com> wrote: > I am working with the package bnlear, but, probably, error is caused not by > the package itself. Logic sampling in cpquery() relies on handling unevaluated...

Cross validation for Naive Bayes and Bayes Networks
Marco Scutari · Apr 15, 2013 · r-help

Hi Guilherme, On Sun, Apr 14, 2013 at 11:48 PM, Guilherme Ferraz de Arruda <guiep at yahoo.com.br> wrote: > Hi, > I need to classify, using Naive Bayes and Bayes Networks, and estimate > their performance using cross validation. > How...

bnlearn cpquery
Marco Scutari · Jun 3, 2016 · r-help

Dear Ross, On Friday, 3 June 2016, <ross.chapman at ecogeonomix.com <javascript:_e(%7B%7D,'cvml','ross.chapman at ecogeonomix.com');>> wrote: > > I find that repeating the command gives very different results for the > same set of evidence. Some...

bnlearn package compilation failure on MacOSX
Marco Scutari · Oct 4, 2007 · r-devel

On Thu 04/10/07, Simon Urbanek wrote: > It was not deliberate. The current R build (R 2.6.0) was modified > to use -std=gnu99 in the CC section for both architectures instead > of using CFLAGS, that should solve...

bnlearn package compilation failure on MacOSX
Marco Scutari · Oct 4, 2007 · r-devel

On Thu 04/10/07, Prof Brian Ripley wrote: > You've got more serious problems than that: you cannot assume gcc. > For example on the SunPro compiler I got > [snip] > > Note that is in C99 mode, and under Linux. Hmm...

Strange error while passing string as an argument to the function in bnlearn package
Marco Scutari · Nov 11, 2014 · r-help

Hi Alexandr, On 11 November 2014 00:10, Alexandr M <rus314 at gmail.com> wrote: > Sorry that I formulated my question not very accurately. > I form expressions/(logic conditions for parameters evidence and event) > dynamically inside the loop and they...

bnlearn and TAN network
Marco Scutari · Feb 29, 2016 · r-help

Hi Ross, On 29 February 2016 at 08:46, <ross.chapman at ecogeonomix.com> wrote: > The graph shows arcs between each of the variables and the output node > (classFFB) along with internal nodes showing parent/child relations between > 4 nodes...

Using "cpquery" function from bnlearn package inside loop
Marco Scutari · Oct 10, 2013 · r-help

Dear Ryan, On 9 October 2013 21:26, Ryan Morrison <ryan.r.morrison at me.com> wrote: > I'm attempting to use the bnlearn package to calculate conditional probabilities, and > I'm running into a problem when the "cpquery" function...

cpquery problem
Marco Scutari · Aug 1, 2016 · r-help

Hi Ross, On 31 July 2016 at 09:11, Ross Chapman <ross.chapman at ecogeonomix.com> wrote: > I have tried running the cpquery in the debug mode, and found that it > typically returns the following for instances where the conditional...

Can't find what you're looking for? Try searching with Google .