doc/fr_method_index.html in bn4r-0.1.2 vs doc/fr_method_index.html in bn4r-0.9.0

- old
+ new

@@ -1,67 +1,96 @@ - -<?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<!-- - - Methods - - --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>Methods</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="stylesheet" href="rdoc-style.css" type="text/css" /> - <base target="docwin" /> -</head> -<body> -<div id="index"> - <h1 class="section-bar">Methods</h1> - <div id="index-entries"> - <a href="classes/BayesNet.html#M000002">add_edge (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000010">all_nodes_with_values? (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000033">all_parents_with_values? (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000027">clear_value (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000003">clear_values! (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000025">copy (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000021">create_from_xmlbif (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000031">deep (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000016">enumerate_all (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000012">enumeration_ask (BayesNet)</a><br /> - <a href="files/lib/bn4r/bn_table_probabilities_rb.html#M000001">generate_boolean_combinations (lib/bn4r/bn_table_probabilities.rb)</a><br /> - <a href="classes/BnTableProbabilitiesGenerator.html#M000041">get_node_probability_from_boolean_combination (BnTableProbabilitiesGenerator)</a><br /> - <a href="classes/BNTPGFromPositiveNegativeRelations.html#M000023">get_node_probability_from_boolean_combination (BNTPGFromPositiveNegativeRelations)</a><br /> - <a href="classes/BayesNetNode.html#M000039">get_probability (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000040">get_table_index (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000037">get_table_size (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000004">get_variable (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000018">get_vector_value (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000008">inference_by_enumeration (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000015">likelihood_weighting (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000024">new (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000011">nodes_ordered_by_dependencies (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000030">num_parents (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000007">num_parents (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000009">p_v_cond_parents (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000028">parents (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000036">parents_assignments (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000013">prior_sample (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000014">rejection_sampling (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000029">relations (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000006">root? (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000032">root? (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000005">roots (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000038">set_probability (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000035">set_probability_table (BayesNetNode)</a><br /> - <a href="classes/BayesNetNode.html#M000026">set_value (BayesNetNode)</a><br /> - <a href="classes/BNTPGFromPositiveNegativeRelations.html#M000022">table_probabilities_for_node (BNTPGFromPositiveNegativeRelations)</a><br /> - <a href="classes/BayesNet.html#M000019">to_dot (BayesNet)</a><br /> - <a href="classes/BayesNetNode.html#M000034">to_s (BayesNetNode)</a><br /> - <a href="classes/BayesNet.html#M000020">to_xbn (BayesNet)</a><br /> - <a href="classes/BayesNet.html#M000017">weighted_sample (BayesNet)</a><br /> - </div> -</div> -</body> -</html> +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<style> +<!-- + body { + background-color: #EEE; + font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; + color: #000; + margin: 0px; + } + .banner { + background: #005; + color: #FFF; + padding: 0.2em; + font-size: small; + font-weight: bold; + text-align: center; + } + .entries { + margin: 0.25em 1em 0 1em; + font-size: x-small; + } + a { + color: #00F; + text-decoration: none; + white-space: nowrap; + } + a:hover { + color: #77F; + text-decoration: underline; + } +--> +</style> +<base target="docwin"> +</head> +<body> +<div class="banner">Methods</div> +<div class="entries"> +<a href="classes/BayesNet.html#M000005">add_edge (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000020">all_nodes_with_values? (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000043">all_parents_with_values? (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000007">childs (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000037">clear_value (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000009">clear_values! (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000035">copy (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000030">create_from_xmlbif (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000041">deep (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000017">deep (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000008">each_child (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000013">each_leaf (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000027">enumerate_all (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000023">enumeration_ask (BayesNet)</a><br> +<a href="files/lib/bn4r/bn_table_probabilities_rb.html#M000001">generate_boolean_combinations (lib/bn4r/bn_table_probabilities.rb)</a><br> +<a href="files/lib/bn4r/bn_table_probabilities_rb.html#M000002">generate_combinations (lib/bn4r/bn_table_probabilities.rb)</a><br> +<a href="classes/BNTPGFromPositiveNegativeRelations.html#M000032">get_node_probability_from_boolean_combination (BNTPGFromPositiveNegativeRelations)</a><br> +<a href="classes/BnTableProbabilitiesGenerator.html#M000051">get_node_probability_from_boolean_combination (BnTableProbabilitiesGenerator)</a><br> +<a href="classes/BayesNetNode.html#M000049">get_probability (BayesNetNode)</a><br> +<a href="classes/BayesNetNode.html#M000050">get_table_index (BayesNetNode)</a><br> +<a href="classes/BayesNetNode.html#M000047">get_table_size (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000010">get_variable (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000029">get_vector_value (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000018">inference_by_enumeration (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000012">leafs (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000026">likelihood_weighting (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000033">new (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000022">nodes_ordered_by_breath_first_search (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000021">nodes_ordered_by_dependencies (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000016">num_parents (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000040">num_parents (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000019">p_v_cond_parents (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000038">parents (BayesNetNode)</a><br> +<a href="classes/BayesNetNode.html#M000046">parents_assignments (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000024">prior_sample (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000025">rejection_sampling (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000039">relations (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000006">remove_vertex (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000034">rename (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000015">root? (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000042">root? (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000011">roots (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000048">set_probability (BayesNetNode)</a><br> +<a href="classes/BayesNetNode.html#M000045">set_probability_table (BayesNetNode)</a><br> +<a href="classes/BayesNetNode.html#M000036">set_value (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000014">siblings (BayesNet)</a><br> +<a href="classes/BNTPGFromPositiveNegativeRelations.html#M000031">table_probabilities_for_node (BNTPGFromPositiveNegativeRelations)</a><br> +<a href="classes/BayesNet.html#M000003">to_dot (BayesNet)</a><br> +<a href="classes/BayesNetNode.html#M000044">to_s (BayesNetNode)</a><br> +<a href="classes/BayesNet.html#M000004">to_xbn (BayesNet)</a><br> +<a href="classes/BayesNet.html#M000028">weighted_sample (BayesNet)</a><br> +</div> +</body></html> \ No newline at end of file