blob: a82ec8fdf9aeaf0bfa9bb373187d7c92790035ae [file] [log] [blame]
<!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 (1.8.0_121) on Fri Apr 14 22:11:36 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HmmUtils (Mahout Map-Reduce 0.13.0 API)</title>
<meta name="date" content="2017-04-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HmmUtils (Mahout Map-Reduce 0.13.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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/HmmUtils.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>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmTrainer.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/RandomSequenceGenerator.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html" target="_top">Frames</a></li>
<li><a href="HmmUtils.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</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">org.apache.mahout.classifier.sequencelearning.hmm</div>
<h2 title="Class HmmUtils" class="title">Class HmmUtils</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>org.apache.mahout.classifier.sequencelearning.hmm.HmmUtils</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="typeNameLabel">HmmUtils</span>
extends <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></pre>
<div class="block">A collection of utilities for handling HMMModel objects.</div>
</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#decodeStateSequence-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-int:A-boolean-java.lang.String-">decodeStateSequence</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
int[]&nbsp;sequence,
boolean&nbsp;observed,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</code>
<div class="block">Decodes a given collection of state IDs into the corresponding state names
registered in a given model.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static int[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#encodeStateSequence-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-java.util.Collection-boolean-int-">encodeStateSequence</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;sequence,
boolean&nbsp;observed,
int&nbsp;defaultValue)</code>
<div class="block">Encodes a given collection of state names by the corresponding state IDs
registered in a given model.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Vector.html?is-external=true" title="class or interface in org.apache.mahout.math">Vector</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#getCumulativeInitialProbabilities-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">getCumulativeInitialProbabilities</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</code>
<div class="block">Compute the cumulative distribution of the initial hidden state
probabilities for the given HMM model.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true" title="class or interface in org.apache.mahout.math">Matrix</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#getCumulativeOutputMatrix-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">getCumulativeOutputMatrix</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</code>
<div class="block">Compute the cumulative output probability matrix for the given HMM model.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true" title="class or interface in org.apache.mahout.math">Matrix</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#getCumulativeTransitionMatrix-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">getCumulativeTransitionMatrix</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</code>
<div class="block">Compute the cumulative transition probability matrix for the given HMM
model.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#normalizeModel-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">normalizeModel</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</code>
<div class="block">Function used to normalize the probabilities of a given HMM model</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#truncateModel-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-double-">truncateModel</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
double&nbsp;threshold)</code>
<div class="block">Method to reduce the size of an HMMmodel by converting the models
DenseMatrix/DenseVectors to sparse implementations and setting every value
< threshold to 0</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html#validate-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">validate</a></span>(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</code>
<div class="block">Validates an HMM model set</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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#clone--" title="class or interface in java.lang">clone</a>, <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#finalize--" title="class or interface in java.lang">finalize</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/java/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">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCumulativeTransitionMatrix-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCumulativeTransitionMatrix</h4>
<pre>public static&nbsp;<a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true" title="class or interface in org.apache.mahout.math">Matrix</a>&nbsp;getCumulativeTransitionMatrix(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</pre>
<div class="block">Compute the cumulative transition probability matrix for the given HMM
model. Matrix where each row i is the cumulative distribution of the
transition probability distribution for hidden state i.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - The HMM model for which the cumulative transition matrix should be
computed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The computed cumulative transition matrix.</dd>
</dl>
</li>
</ul>
<a name="getCumulativeOutputMatrix-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCumulativeOutputMatrix</h4>
<pre>public static&nbsp;<a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Matrix.html?is-external=true" title="class or interface in org.apache.mahout.math">Matrix</a>&nbsp;getCumulativeOutputMatrix(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</pre>
<div class="block">Compute the cumulative output probability matrix for the given HMM model.
Matrix where each row i is the cumulative distribution of the output
probability distribution for hidden state i.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - The HMM model for which the cumulative output matrix should be
computed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The computed cumulative output matrix.</dd>
</dl>
</li>
</ul>
<a name="getCumulativeInitialProbabilities-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCumulativeInitialProbabilities</h4>
<pre>public static&nbsp;<a href="http://mahout.apache.org/mahout-math/apidocs/org/apache/mahout/math/Vector.html?is-external=true" title="class or interface in org.apache.mahout.math">Vector</a>&nbsp;getCumulativeInitialProbabilities(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</pre>
<div class="block">Compute the cumulative distribution of the initial hidden state
probabilities for the given HMM model.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - The HMM model for which the cumulative initial state probabilities
should be computed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The computed cumulative initial state probability vector.</dd>
</dl>
</li>
</ul>
<a name="validate-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validate</h4>
<pre>public static&nbsp;void&nbsp;validate(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</pre>
<div class="block">Validates an HMM model set</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - model to sanity check.</dd>
</dl>
</li>
</ul>
<a name="encodeStateSequence-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-java.util.Collection-boolean-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encodeStateSequence</h4>
<pre>public static&nbsp;int[]&nbsp;encodeStateSequence(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;sequence,
boolean&nbsp;observed,
int&nbsp;defaultValue)</pre>
<div class="block">Encodes a given collection of state names by the corresponding state IDs
registered in a given model.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - Model to provide the encoding for</dd>
<dd><code>sequence</code> - Collection of state names</dd>
<dd><code>observed</code> - If set, the sequence is encoded as a sequence of observed states,
else it is encoded as sequence of hidden states</dd>
<dd><code>defaultValue</code> - The default value in case a state is not known</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>integer array containing the encoded state IDs</dd>
</dl>
</li>
</ul>
<a name="decodeStateSequence-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-int:A-boolean-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decodeStateSequence</h4>
<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;decodeStateSequence(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
int[]&nbsp;sequence,
boolean&nbsp;observed,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultValue)</pre>
<div class="block">Decodes a given collection of state IDs into the corresponding state names
registered in a given model.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - model to use for retrieving state names</dd>
<dd><code>sequence</code> - int array of state IDs</dd>
<dd><code>observed</code> - If set, the sequence is encoded as a sequence of observed states,
else it is encoded as sequence of hidden states</dd>
<dd><code>defaultValue</code> - The default value in case a state is not known</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>list containing the decoded state names</dd>
</dl>
</li>
</ul>
<a name="normalizeModel-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>normalizeModel</h4>
<pre>public static&nbsp;void&nbsp;normalizeModel(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model)</pre>
<div class="block">Function used to normalize the probabilities of a given HMM model</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - model to normalize</dd>
</dl>
</li>
</ul>
<a name="truncateModel-org.apache.mahout.classifier.sequencelearning.hmm.HmmModel-double-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>truncateModel</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;truncateModel(<a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmModel.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm">HmmModel</a>&nbsp;model,
double&nbsp;threshold)</pre>
<div class="block">Method to reduce the size of an HMMmodel by converting the models
DenseMatrix/DenseVectors to sparse implementations and setting every value
< threshold to 0</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>model</code> - model to truncate</dd>
<dd><code>threshold</code> - minimum value a model entry must have to be retained.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Truncated model</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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/HmmUtils.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>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/HmmTrainer.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/mahout/classifier/sequencelearning/hmm/RandomSequenceGenerator.html" title="class in org.apache.mahout.classifier.sequencelearning.hmm"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/mahout/classifier/sequencelearning/hmm/HmmUtils.html" target="_top">Frames</a></li>
<li><a href="HmmUtils.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</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 &#169; 2008&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>