|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.ngram.bayes.BayesNet pt.tumba.ngram.bayes.QuasiBayesNet
public class QuasiBayesNet
Field Summary | |
---|---|
static int |
CONSTANT_DENSITY_BOUNDED
|
static int |
CONSTANT_DENSITY_RATIO
|
(package private) static int |
CREDAL_SET
|
static int |
EPSILON_CONTAMINATED
|
(package private) static java.lang.String[] |
global_neighborhood_keywords
|
(package private) double |
global_neighborhood_parameter
|
(package private) int |
global_neighborhood_type
|
static int |
NO_CREDAL_SET
|
static int |
TOTAL_VARIATION
|
Fields inherited from class pt.tumba.ngram.bayes.BayesNet |
---|
BIF, BUGS, INVALID_INDEX, name, probability_functions, probability_variables, properties, utility_function, XML |
Constructor Summary | |
---|---|
QuasiBayesNet()
|
|
QuasiBayesNet(BayesNet bn)
|
|
QuasiBayesNet(java.io.InputStream istream)
|
|
QuasiBayesNet(java.lang.String s)
|
|
QuasiBayesNet(java.lang.String n_n,
int n_v,
int n_f)
|
|
QuasiBayesNet(java.lang.String n_n,
java.util.Vector p)
|
|
QuasiBayesNet(java.net.URL url)
|
|
QuasiBayesNet(java.net.URL context,
java.lang.String spec)
|
Method Summary | |
---|---|
boolean |
are_local_credal_sets_present()
Indicate whether or not there are local credal sets defined in the network. |
double |
get_global_neighborhood_parameter()
Get the parameter for the global neighborhood modeled by the network. |
int |
get_global_neighborhood_type()
Get the type of global neighborhood. |
void |
print(java.io.PrintStream out)
Print method for a QuasiBayesNet object. |
protected void |
process_properties()
|
void |
set_global_neighborhood_parameter(double p)
Set the parameter for the global neighborhood modeled by the network. |
void |
set_global_neighborhood_type(int type)
Set the type of global neighborhood. |
protected void |
translate(InterchangeFormat ifo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int global_neighborhood_type
double global_neighborhood_parameter
static final java.lang.String[] global_neighborhood_keywords
public static final int NO_CREDAL_SET
static final int CREDAL_SET
public static final int CONSTANT_DENSITY_RATIO
public static final int EPSILON_CONTAMINATED
public static final int CONSTANT_DENSITY_BOUNDED
public static final int TOTAL_VARIATION
Constructor Detail |
---|
public QuasiBayesNet()
public QuasiBayesNet(java.lang.String n_n, int n_v, int n_f)
public QuasiBayesNet(java.lang.String n_n, java.util.Vector p)
public QuasiBayesNet(BayesNet bn)
public QuasiBayesNet(java.lang.String s) throws IFException
IFException
public QuasiBayesNet(java.io.InputStream istream) throws IFException
IFException
public QuasiBayesNet(java.net.URL context, java.lang.String spec) throws IFException, java.io.IOException
IFException
java.io.IOException
public QuasiBayesNet(java.net.URL url) throws IFException, java.io.IOException
IFException
java.io.IOException
Method Detail |
---|
protected void translate(InterchangeFormat ifo)
translate
in class BayesNet
protected void process_properties()
process_properties
in class BayesNet
public boolean are_local_credal_sets_present()
public void print(java.io.PrintStream out)
print
in class BayesNet
public int get_global_neighborhood_type()
public void set_global_neighborhood_type(int type)
public double get_global_neighborhood_parameter()
public void set_global_neighborhood_parameter(double p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |