Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 44a57478e44aacd6feb6b6f780eab143 > files > 135

ocaml-gpr-devel-1.2.1-2.mga6.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Gpr_interfaces.Sigs.Eval.Stats.html">
<link rel="next" href="Gpr_interfaces.Sigs.Eval.Mean.html">
<link rel="Up" href="Gpr_interfaces.Sigs.Eval.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Gpr" rel="Chapter" href="Gpr.html">
<link title="Gpr_interfaces" rel="Chapter" href="Gpr_interfaces.html">
<link title="Gpr_utils" rel="Chapter" href="Gpr_utils.html">
<link title="Gpr_block_diag" rel="Chapter" href="Gpr_block_diag.html">
<link title="Gpr_cov_const" rel="Chapter" href="Gpr_cov_const.html">
<link title="Gpr_cov_lin_ard" rel="Chapter" href="Gpr_cov_lin_ard.html">
<link title="Gpr_cov_lin_one" rel="Chapter" href="Gpr_cov_lin_one.html">
<link title="Gpr_cov_se_iso" rel="Chapter" href="Gpr_cov_se_iso.html">
<link title="Gpr_cov_se_fat" rel="Chapter" href="Gpr_cov_se_fat.html">
<link title="Gpr_fitc_gp" rel="Chapter" href="Gpr_fitc_gp.html">
<link title="Gpr_version" rel="Chapter" href="Gpr_version.html"><title>Gpr_interfaces.Sigs.Eval.Mean_predictor</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Gpr_interfaces.Sigs.Eval.Stats.html" title="Gpr_interfaces.Sigs.Eval.Stats">Previous</a>
&nbsp;<a class="up" href="Gpr_interfaces.Sigs.Eval.html" title="Gpr_interfaces.Sigs.Eval">Up</a>
&nbsp;<a class="post" href="Gpr_interfaces.Sigs.Eval.Mean.html" title="Gpr_interfaces.Sigs.Eval.Mean">Next</a>
</div>
<h1>Module <a href="type_Gpr_interfaces.Sigs.Eval.Mean_predictor.html">Gpr_interfaces.Sigs.Eval.Mean_predictor</a></h1>

<pre><span class="keyword">module</span> Mean_predictor: <code class="code">sig</code> <a href="Gpr_interfaces.Sigs.Eval.Mean_predictor.html">..</a> <code class="code">end</code></pre><div class="info module top">
Module for making mean predictions<br>
</div>
<hr width="100%">

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<div class="info ">
Type of mean predictors<br>
</div>


<pre><span id="VALcalc"><span class="keyword">val</span> calc</span> : <code class="type">Spec.Inducing.t -><br>       coeffs:Lacaml.D.vec -> <a href="Gpr_interfaces.Sigs.Eval.Mean_predictor.html#TYPEt">t</a></code></pre><div class="info ">
<code class="code">calc inducing_points ~coeffs</code><br>
<b>Returns</b> a mean predictor given
          <code class="code">inducing_points</code> and coefficients <code class="code">coeffs</code>.<br>
</div>

<pre><span id="VALcalc_trained"><span class="keyword">val</span> calc_trained</span> : <code class="type"><a href="Gpr_interfaces.Sigs.Eval.Trained.html#TYPEt">Gpr_interfaces.Sigs.Eval.Trained.t</a> -><br>       <a href="Gpr_interfaces.Sigs.Eval.Mean_predictor.html#TYPEt">t</a></code></pre><div class="info ">
<code class="code">calc_trained trained</code><br>
<b>Returns</b> a mean predictor given the <code class="code">trained</code>
          model.<br>
</div>

<pre><span id="VALget_inducing"><span class="keyword">val</span> get_inducing</span> : <code class="type"><a href="Gpr_interfaces.Sigs.Eval.Mean_predictor.html#TYPEt">t</a> -> Spec.Inducing.t</code></pre><div class="info ">
<code class="code">get_inducing mean_predictor</code><br>
<b>Returns</b> inducing points associated with
          <code class="code">mean_predictor</code>.<br>
</div>

<pre><span id="VALget_coeffs"><span class="keyword">val</span> get_coeffs</span> : <code class="type"><a href="Gpr_interfaces.Sigs.Eval.Mean_predictor.html#TYPEt">t</a> -> Lacaml.D.vec</code></pre><div class="info ">
<code class="code">get_coeffs mean_predictor</code><br>
<b>Returns</b> coefficients associated with
          <code class="code">mean_predictor</code>.<br>
</div>
</body></html>