Difference between revisions of "Banjo"

From wiki
Jump to: navigation, search
(Created page with "= Introduction = Banjo is Bayesian Network software with a very range of applicability in terms of data sets. It is coded in java and can be activiated on the cluster with...")
 
Line 17: Line 17:
  
 
  (EdgesAsArrayWithCachedStatistics.loadFromFile) Cannot find the structure file: 'static.mandatory.str' in directory '/storage/home/users/njb8/ex99/input'.
 
  (EdgesAsArrayWithCachedStatistics.loadFromFile) Cannot find the structure file: 'static.mandatory.str' in directory '/storage/home/users/njb8/ex99/input'.
 +
 +
This refers to a structure file and demands more in depth knowledge of Banjo.

Revision as of 16:30, 3 October 2017

Introduction

Banjo is Bayesian Network software with a very range of applicability in terms of data sets.

It is coded in java and can be activiated on the cluster with

module load banjo

Quirks of usage

It does not handle NULL values very well. In fact, it may even ignore them.

Certainly, if there are null values, all rows must have the same number.

Files which must be in input folder

This error may come up

(EdgesAsArrayWithCachedStatistics.loadFromFile) Cannot find the structure file: 'static.mandatory.str' in directory '/storage/home/users/njb8/ex99/input'.

This refers to a structure file and demands more in depth knowledge of Banjo.