http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/061dd9ee/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html ---------------------------------------------------------------------- diff --git a/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html new file mode 100644 index 0000000..50becd8 --- /dev/null +++ b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html @@ -0,0 +1,223 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_45) on Sat Sep 13 18:11:54 CEST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>RuleActiveLearningNode (SAMOA 0.2.0-SNAPSHOT API)</title> +<meta name="date" content="2014-09-13"> +<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RuleActiveLearningNode (SAMOA 0.2.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RuleActiveLearningNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>SAMOA, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/Rule.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" target="_top">Frames</a></li> +<li><a href="RuleActiveLearningNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.yahoo.labs.samoa.learners.classifiers.rules.common</div> +<h2 title="Interface RuleActiveLearningNode" class="title">Interface RuleActiveLearningNode</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveLearningNode</a></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveRegressionNode</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">RuleActiveLearningNode</span> +extends <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveLearningNode</a></pre> +<div class="block">Interface for Rule's LearningNode that updates both statistics + for expanding rule and computing predictions.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd>Anh Thu Vu</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html#tryToExpand(double, double)">tryToExpand</a></strong>(double splitConfidence, + double tieThreshold)</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="tryToExpand(double, double)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>tryToExpand</h4> +<pre>boolean tryToExpand(double splitConfidence, + double tieThreshold)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RuleActiveLearningNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>Scalable Advanced Massive Online Analysis, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/Rule.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" target="_top">Frames</a></li> +<li><a href="RuleActiveLearningNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014 <a href="http://labs.yahoo.com">Yahoo! Labs</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/061dd9ee/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html ---------------------------------------------------------------------- diff --git a/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html new file mode 100644 index 0000000..fc8f162 --- /dev/null +++ b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html @@ -0,0 +1,510 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_45) on Sat Sep 13 18:11:54 CEST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>RuleActiveRegressionNode (SAMOA 0.2.0-SNAPSHOT API)</title> +<meta name="date" content="2014-09-13"> +<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RuleActiveRegressionNode (SAMOA 0.2.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RuleActiveRegressionNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>SAMOA, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" target="_top">Frames</a></li> +<li><a href="RuleActiveRegressionNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.yahoo.labs.samoa.learners.classifiers.rules.common</div> +<h2 title="Class RuleActiveRegressionNode" class="title">Class RuleActiveRegressionNode</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode</a></li> +<li> +<ul class="inheritance"> +<li>com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleActiveRegressionNode</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveLearningNode</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveLearningNode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">RuleActiveRegressionNode</span> +extends <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> +implements <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveLearningNode</a></pre> +<div class="block">LearningNode for regression rule that updates both statistics for + expanding rule and computing predictions.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd>Anh Thu Vu</dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../../serialized-form.html#com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleActiveRegressionNode">Serialized Form</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#RuleActiveRegressionNode()">RuleActiveRegressionNode</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#RuleActiveRegressionNode(com.yahoo.labs.samoa.learners.classifiers.rules.common.ActiveRule.Builder)">RuleActiveRegressionNode</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/ActiveRule.Builder.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">ActiveRule.Builder</a> builder)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../../com/yahoo/labs/samoa/moa/core/AutoExpandVector.html" title="class in com.yahoo.labs.samoa.moa.core">AutoExpandVector</a><<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/attributeclassobservers/AttributeClassObserver.html" title="interface in com.yahoo.labs.samoa.moa.classifiers.core.attributeclassobservers">AttributeClassObserver</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getAttributeObservers()">getAttributeObservers</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a>[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getBestSplitSuggestions(com.yahoo.labs.samoa.moa.classifiers.core.splitcriteria.SplitCriterion)">getBestSplitSuggestions</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/splitcriteria/SplitCriterion.html" title="interface in com.yahoo.labs.samoa.moa.classifiers.core.splitcriteria">SplitCriterion</a> criterion)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getBestSuggestion()">getBestSuggestion</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getSplitIndex()">getSplitIndex</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getStatisticsBranchSplit()">getStatisticsBranchSplit</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>double[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getStatisticsNewRuleActiveLearningNode()">getStatisticsNewRuleActiveLearningNode</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double[]</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#getStatisticsOtherBranchSplit()">getStatisticsOtherBranchSplit</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#initialize(com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode)">initialize</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> oldLearningNode)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#setBestSuggestion(com.yahoo.labs.samoa.moa.classifiers.core.AttributeSplitSuggestion)">setBestSuggestion</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a> bestSuggestion)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#setSplitIndex(int)">setSplitIndex</a></strong>(int splitIndex)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#setStatisticsBranchSplit(double[])">setStatisticsBranchSplit</a></strong>(double[] statisticsBranchSplit)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#setStatisticsNewRuleActiveLearningNode(double[])">setStatisticsNewRuleActiveLearningNode</a></strong>(double[] statisticsNewRuleActiveLearningNode)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#setStatisticsOtherBranchSplit(double[])">setStatisticsOtherBranchSplit</a></strong>(double[] statisticsOtherBranchSplit)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#tryToExpand(double, double)">tryToExpand</a></strong>(double splitConfidence, + double tieThreshold)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#updateChangeDetection(double)">updateChangeDetection</a></strong>(double error)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#updatePageHinckleyTest(double)">updatePageHinckleyTest</a></strong>(double error)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html#updateStatistics(com.yahoo.labs.samoa.instances.Instance)">updateStatistics</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/instances/Instance.html" title="interface in com.yahoo.labs.samoa.instances">Instance</a> inst)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode"> +<!-- --> +</a> +<h3>Methods inherited from class com.yahoo.labs.samoa.learners.classifiers.rules.common.<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a></h3> +<code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeError(com.yahoo.labs.samoa.instances.Instance)">computeError</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeHoeffdingBound(double, double, double)">computeHoeffdingBound</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeProbability(double, double, double)">computeProbability</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeSD(double, double, long)">computeSD</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getCurrentError()">getCurrentError</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getInstancesSeen ()">getInstancesSeen</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getLearnerToUse(com.yahoo.labs.samoa.instances.Instance, int)">getLearnerToUse</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getNodeStatistics()">getNodeStatistics</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getNormalizedPrediction(com.yahoo.labs.samoa.instances.Instance)">getNormalizedPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getPerceptron()">getPerceptron</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getPrediction(com.yahoo.labs.samoa.instances.Instance)">getPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/ru les/common/RuleRegressionNode.html#getPrediction(com.yahoo.labs.samoa.instances.Instance, int)">getPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getSimplePrediction()">getSimplePrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getTargetMean()">getTargetMean</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#isAnomaly(com.yahoo.labs.samoa.instances.Instance, double, double, int)">isAnomaly</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#setPerceptron(com.yahoo.labs.samoa.learners.classifiers.rules.common.Perceptron)">setPerceptron</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#setTargetMean(com.yahoo.labs.samoa.learners.class ifiers.rules.common.TargetMean)">setTargetMean</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/j ava/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="RuleActiveRegressionNode()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RuleActiveRegressionNode</h4> +<pre>public RuleActiveRegressionNode()</pre> +</li> +</ul> +<a name="RuleActiveRegressionNode(com.yahoo.labs.samoa.learners.classifiers.rules.common.ActiveRule.Builder)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>RuleActiveRegressionNode</h4> +<pre>public RuleActiveRegressionNode(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/ActiveRule.Builder.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">ActiveRule.Builder</a> builder)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSplitIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSplitIndex</h4> +<pre>public int getSplitIndex()</pre> +</li> +</ul> +<a name="setSplitIndex(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSplitIndex</h4> +<pre>public void setSplitIndex(int splitIndex)</pre> +</li> +</ul> +<a name="getStatisticsOtherBranchSplit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStatisticsOtherBranchSplit</h4> +<pre>public double[] getStatisticsOtherBranchSplit()</pre> +</li> +</ul> +<a name="setStatisticsOtherBranchSplit(double[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setStatisticsOtherBranchSplit</h4> +<pre>public void setStatisticsOtherBranchSplit(double[] statisticsOtherBranchSplit)</pre> +</li> +</ul> +<a name="getStatisticsBranchSplit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStatisticsBranchSplit</h4> +<pre>public double[] getStatisticsBranchSplit()</pre> +</li> +</ul> +<a name="setStatisticsBranchSplit(double[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setStatisticsBranchSplit</h4> +<pre>public void setStatisticsBranchSplit(double[] statisticsBranchSplit)</pre> +</li> +</ul> +<a name="getStatisticsNewRuleActiveLearningNode()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStatisticsNewRuleActiveLearningNode</h4> +<pre>public double[] getStatisticsNewRuleActiveLearningNode()</pre> +</li> +</ul> +<a name="setStatisticsNewRuleActiveLearningNode(double[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setStatisticsNewRuleActiveLearningNode</h4> +<pre>public void setStatisticsNewRuleActiveLearningNode(double[] statisticsNewRuleActiveLearningNode)</pre> +</li> +</ul> +<a name="getBestSuggestion()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBestSuggestion</h4> +<pre>public <a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a> getBestSuggestion()</pre> +</li> +</ul> +<a name="setBestSuggestion(com.yahoo.labs.samoa.moa.classifiers.core.AttributeSplitSuggestion)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBestSuggestion</h4> +<pre>public void setBestSuggestion(<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a> bestSuggestion)</pre> +</li> +</ul> +<a name="updatePageHinckleyTest(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updatePageHinckleyTest</h4> +<pre>public boolean updatePageHinckleyTest(double error)</pre> +</li> +</ul> +<a name="updateChangeDetection(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateChangeDetection</h4> +<pre>public boolean updateChangeDetection(double error)</pre> +</li> +</ul> +<a name="updateStatistics(com.yahoo.labs.samoa.instances.Instance)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateStatistics</h4> +<pre>public void updateStatistics(<a href="../../../../../../../../com/yahoo/labs/samoa/instances/Instance.html" title="interface in com.yahoo.labs.samoa.instances">Instance</a> inst)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#updateStatistics(com.yahoo.labs.samoa.instances.Instance)">updateStatistics</a></code> in class <code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a></code></dd> +</dl> +</li> +</ul> +<a name="initialize(com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>initialize</h4> +<pre>public void initialize(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> oldLearningNode)</pre> +</li> +</ul> +<a name="tryToExpand(double, double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>tryToExpand</h4> +<pre>public boolean tryToExpand(double splitConfidence, + double tieThreshold)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html#tryToExpand(double, double)">tryToExpand</a></code> in interface <code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveLearningNode</a></code></dd> +</dl> +</li> +</ul> +<a name="getAttributeObservers()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAttributeObservers</h4> +<pre>public <a href="../../../../../../../../com/yahoo/labs/samoa/moa/core/AutoExpandVector.html" title="class in com.yahoo.labs.samoa.moa.core">AutoExpandVector</a><<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/attributeclassobservers/AttributeClassObserver.html" title="interface in com.yahoo.labs.samoa.moa.classifiers.core.attributeclassobservers">AttributeClassObserver</a>> getAttributeObservers()</pre> +</li> +</ul> +<a name="getBestSplitSuggestions(com.yahoo.labs.samoa.moa.classifiers.core.splitcriteria.SplitCriterion)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getBestSplitSuggestions</h4> +<pre>public <a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/AttributeSplitSuggestion.html" title="class in com.yahoo.labs.samoa.moa.classifiers.core">AttributeSplitSuggestion</a>[] getBestSplitSuggestions(<a href="../../../../../../../../com/yahoo/labs/samoa/moa/classifiers/core/splitcriteria/SplitCriterion.html" title="interface in com.yahoo.labs.samoa.moa.classifiers.core.splitcriteria">SplitCriterion</a> criterion)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RuleActiveRegressionNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>Scalable Advanced Massive Online Analysis, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" target="_top">Frames</a></li> +<li><a href="RuleActiveRegressionNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014 <a href="http://labs.yahoo.com">Yahoo! Labs</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/061dd9ee/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html ---------------------------------------------------------------------- diff --git a/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html new file mode 100644 index 0000000..fa6cca3 --- /dev/null +++ b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html @@ -0,0 +1,173 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_45) on Sat Sep 13 18:11:54 CEST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>RulePassiveLearningNode (SAMOA 0.2.0-SNAPSHOT API)</title> +<meta name="date" content="2014-09-13"> +<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RulePassiveLearningNode (SAMOA 0.2.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RulePassiveLearningNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>SAMOA, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" target="_top">Frames</a></li> +<li><a href="RulePassiveLearningNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.yahoo.labs.samoa.learners.classifiers.rules.common</div> +<h2 title="Interface RulePassiveLearningNode" class="title">Interface RulePassiveLearningNode</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Subinterfaces:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveLearningNode</a></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleActiveRegressionNode</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveRegressionNode</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">RulePassiveLearningNode</span></pre> +<div class="block">Interface for Rule's LearningNode that does not update + statistics for expanding rule. It only updates statistics for + computing predictions.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd>Anh Thu Vu</dd></dl> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RulePassiveLearningNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>Scalable Advanced Massive Online Analysis, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleActiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" target="_top">Frames</a></li> +<li><a href="RulePassiveLearningNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014 <a href="http://labs.yahoo.com">Yahoo! Labs</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/061dd9ee/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html ---------------------------------------------------------------------- diff --git a/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html new file mode 100644 index 0000000..1a0fc4b --- /dev/null +++ b/docs/api/com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html @@ -0,0 +1,309 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_45) on Sat Sep 13 18:11:54 CEST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>RulePassiveRegressionNode (SAMOA 0.2.0-SNAPSHOT API)</title> +<meta name="date" content="2014-09-13"> +<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RulePassiveRegressionNode (SAMOA 0.2.0-SNAPSHOT API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RulePassiveRegressionNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>SAMOA, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html" target="_top">Frames</a></li> +<li><a href="RulePassiveRegressionNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.yahoo.labs.samoa.learners.classifiers.rules.common</div> +<h2 title="Class RulePassiveRegressionNode" class="title">Class RulePassiveRegressionNode</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode</a></li> +<li> +<ul class="inheritance"> +<li>com.yahoo.labs.samoa.learners.classifiers.rules.common.RulePassiveRegressionNode</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveLearningNode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">RulePassiveRegressionNode</span> +extends <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> +implements <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common">RulePassiveLearningNode</a></pre> +<div class="block">LearningNode for regression rule that does not update + statistics for expanding rule. It only updates statistics for + computing predictions.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd>Anh Thu Vu</dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../../serialized-form.html#com.yahoo.labs.samoa.learners.classifiers.rules.common.RulePassiveRegressionNode">Serialized Form</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html#RulePassiveRegressionNode()">RulePassiveRegressionNode</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html#RulePassiveRegressionNode(double[])">RulePassiveRegressionNode</a></strong>(double[] statistics)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html#RulePassiveRegressionNode(com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode)">RulePassiveRegressionNode</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> activeLearningNode)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html#updateStatistics(com.yahoo.labs.samoa.instances.Instance)">updateStatistics</a></strong>(<a href="../../../../../../../../com/yahoo/labs/samoa/instances/Instance.html" title="interface in com.yahoo.labs.samoa.instances">Instance</a> inst)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode"> +<!-- --> +</a> +<h3>Methods inherited from class com.yahoo.labs.samoa.learners.classifiers.rules.common.<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a></h3> +<code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeError(com.yahoo.labs.samoa.instances.Instance)">computeError</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeHoeffdingBound(double, double, double)">computeHoeffdingBound</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeProbability(double, double, double)">computeProbability</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#computeSD(double, double, long)">computeSD</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getCurrentError()">getCurrentError</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getInstancesSeen ()">getInstancesSeen</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getLearnerToUse(com.yahoo.labs.samoa.instances.Instance, int)">getLearnerToUse</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getNodeStatistics()">getNodeStatistics</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getNormalizedPrediction(com.yahoo.labs.samoa.instances.Instance)">getNormalizedPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getPerceptron()">getPerceptron</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getPrediction(com.yahoo.labs.samoa.instances.Instance)">getPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/ru les/common/RuleRegressionNode.html#getPrediction(com.yahoo.labs.samoa.instances.Instance, int)">getPrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getSimplePrediction()">getSimplePrediction</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#getTargetMean()">getTargetMean</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#isAnomaly(com.yahoo.labs.samoa.instances.Instance, double, double, int)">isAnomaly</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#setPerceptron(com.yahoo.labs.samoa.learners.classifiers.rules.common.Perceptron)">setPerceptron</a>, <a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#setTargetMean(com.yahoo.labs.samoa.learners.class ifiers.rules.common.TargetMean)">setTargetMean</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/j ava/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="RulePassiveRegressionNode(double[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RulePassiveRegressionNode</h4> +<pre>public RulePassiveRegressionNode(double[] statistics)</pre> +</li> +</ul> +<a name="RulePassiveRegressionNode()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RulePassiveRegressionNode</h4> +<pre>public RulePassiveRegressionNode()</pre> +</li> +</ul> +<a name="RulePassiveRegressionNode(com.yahoo.labs.samoa.learners.classifiers.rules.common.RuleRegressionNode)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>RulePassiveRegressionNode</h4> +<pre>public RulePassiveRegressionNode(<a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a> activeLearningNode)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="updateStatistics(com.yahoo.labs.samoa.instances.Instance)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>updateStatistics</h4> +<pre>public void updateStatistics(<a href="../../../../../../../../com/yahoo/labs/samoa/instances/Instance.html" title="interface in com.yahoo.labs.samoa.instances">Instance</a> inst)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html#updateStatistics(com.yahoo.labs.samoa.instances.Instance)">updateStatistics</a></code> in class <code><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common">RuleRegressionNode</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RulePassiveRegressionNode.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +</ul> +<div class="aboutLanguage"><em>Scalable Advanced Massive Online Analysis, 0.2.0-SNAPSHOT</em></div> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveLearningNode.html" title="interface in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../../com/yahoo/labs/samoa/learners/classifiers/rules/common/RuleRegressionNode.html" title="class in com.yahoo.labs.samoa.learners.classifiers.rules.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?com/yahoo/labs/samoa/learners/classifiers/rules/common/RulePassiveRegressionNode.html" target="_top">Frames</a></li> +<li><a href="RulePassiveRegressionNode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014 <a href="http://labs.yahoo.com">Yahoo! Labs</a>. All rights reserved.</small></p> +</body> +</html>
