blob: 259f8cca34063868e8fc2e28de755680ba0064d2 [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_291) on Mon Jan 10 11:05:28 MSK 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ExtractionUtils.ObjectLabelVectorizer (Ignite 2.12.0)</title>
<meta name="date" content="2022-01-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<link rel='shortcut icon' href='https://ignite.apache.org/favicon.ico'/>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ExtractionUtils.ObjectLabelVectorizer (Ignite 2.12.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance 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/ExtractionUtils.ObjectLabelVectorizer.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/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" target="_top">Frames</a></li>
<li><a href="ExtractionUtils.ObjectLabelVectorizer.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><a href="#nested.classes.inherited.from.class.org.apache.ignite.ml.dataset.feature.extractor.Vectorizer">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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.ignite.ml.dataset.feature.extractor</div>
<h2 title="Class ExtractionUtils.ObjectLabelVectorizer" class="title">Class ExtractionUtils.ObjectLabelVectorizer<span class='angle_bracket'>&lt;</span>K,V,C extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/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="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">org.apache.ignite.ml.dataset.feature.extractor.Vectorizer</a><span class='angle_bracket'>&lt;</span>K,V,C,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a><span class='angle_bracket'>&gt;</span></li>
<li>
<ul class="inheritance">
<li>org.apache.ignite.ml.dataset.feature.extractor.ExtractionUtils.ObjectLabelVectorizer<span class='angle_bracket'>&lt;</span>K,V,C<span class='angle_bracket'>&gt;</span></li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>K</code> - Key type.</dd>
<dd><code>V</code> - Value type</dd>
<dd><code>C</code> - Type of coordinate.</dd>
</dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function">BiFunction</a><span class='angle_bracket'>&lt;</span>K,V,<a href="../../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a><span class='angle_bracket'>&gt;</span>, <a href="../../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a><span class='angle_bracket'>&lt;</span>K,V,<a href="../../../../../../../org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a><span class='angle_bracket'>&gt;</span>, <a href="../../../../../../../org/apache/ignite/ml/preprocessing/Preprocessor.html" title="interface in org.apache.ignite.ml.preprocessing">Preprocessor</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>, <a href="../../../../../../../org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers">FeatureLabelExtractor</a><span class='angle_bracket'>&lt;</span>K,V,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a><span class='angle_bracket'>&gt;</span></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.IntCoordObjectLabelVectorizer</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <span class="typeNameLabel">ExtractionUtils.ObjectLabelVectorizer<span class='angle_bracket'>&lt;</span>K,V,C extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span></span>
extends <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a><span class='angle_bracket'>&lt;</span>K,V,C,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a><span class='angle_bracket'>&gt;</span></pre>
<div class="block">Vectorizer with String-label containing on same level as feature values.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../serialized-form.html#org.apache.ignite.ml.dataset.feature.extractor.ExtractionUtils.ObjectLabelVectorizer">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.ignite.ml.dataset.feature.extractor.Vectorizer">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.ignite.ml.dataset.feature.extractor.<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></h3>
<code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html" title="enum in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.LabelCoordinate</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a><span class='angle_bracket'>&lt;</span><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">K</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">V</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">L</a><span class='angle_bracket'>&gt;</span></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#ObjectLabelVectorizer-C...-">ObjectLabelVectorizer</a></span>(<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a>...&nbsp;coords)</code>
<div class="block">Creates an instance of Vectorizer.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== 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="t2" class="tableTab"><span><a href="javascript:show(2);">Instance 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>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#label-C-K-V-">label</a></span>(<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a>&nbsp;coord,
<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">K</a>&nbsp;key,
<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">V</a>&nbsp;value)</code>
<div class="block">Extract label value by given coordinate.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#zero--">zero</a></span>()</code>
<div class="block">Returns default label value for unlabeled data.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.ignite.ml.dataset.feature.extractor.Vectorizer">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.ignite.ml.dataset.feature.extractor.<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></h3>
<code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#allCoords-K-V-">allCoords</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#apply-K-V-">apply</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#createVector-int-">createVector</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#exclude-C...-">exclude</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#extract-K-V-">extract</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#feature-C-K-V-">feature</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#labeled-C-">labeled</a>, <a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#labeled-org.apache.ignite.ml.dataset.feature.extractor.Vectorizer.LabelCoordinate-">labeled</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&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.ignite.ml.trainers.FeatureLabelExtractor">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.ignite.ml.trainers.<a href="../../../../../../../org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers">FeatureLabelExtractor</a></h3>
<code><a href="../../../../../../../org/apache/ignite/ml/trainers/FeatureLabelExtractor.html#extractFeatures-K-V-">extractFeatures</a>, <a href="../../../../../../../org/apache/ignite/ml/trainers/FeatureLabelExtractor.html#extractLabel-K-V-">extractLabel</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.ignite.ml.preprocessing.Preprocessor">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.ignite.ml.preprocessing.<a href="../../../../../../../org/apache/ignite/ml/preprocessing/Preprocessor.html" title="interface in org.apache.ignite.ml.preprocessing">Preprocessor</a></h3>
<code><a href="../../../../../../../org/apache/ignite/ml/preprocessing/Preprocessor.html#map-org.apache.ignite.ml.math.functions.IgniteFunction-">map</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.ignite.ml.math.functions.IgniteBiFunction">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.ignite.ml.math.functions.<a href="../../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a></h3>
<code><a href="../../../../../../../org/apache/ignite/ml/math/functions/IgniteBiFunction.html#andThen-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.util.function.BiFunction">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function">BiFunction</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true#andThen-java.util.function.Function-" title="class or interface in java.util.function">andThen</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="ObjectLabelVectorizer-java.io.Serializable:A-">
<!-- -->
</a><a name="ObjectLabelVectorizer-C...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ObjectLabelVectorizer</h4>
<pre>public&nbsp;ObjectLabelVectorizer(<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a>...&nbsp;coords)</pre>
<div class="block">Creates an instance of Vectorizer.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>coords</code> - Coordinates.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="label-java.io.Serializable-java.lang.Object-java.lang.Object-">
<!-- -->
</a><a name="label-C-K-V-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>label</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;label(<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a>&nbsp;coord,
<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">K</a>&nbsp;key,
<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">V</a>&nbsp;value)</pre>
<div class="block">Extract label value by given coordinate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#label-C-K-V-">label</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a><span class='angle_bracket'>&lt;</span><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">K</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">V</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a><span class='angle_bracket'>&gt;</span></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>coord</code> - Coordinate.</dd>
<dd><code>key</code> - Key.</dd>
<dd><code>value</code> - Value.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>label value.</dd>
</dl>
</li>
</ul>
<a name="zero--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>zero</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;zero()</pre>
<div class="block">Returns default label value for unlabeled data.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#zero--">zero</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a><span class='angle_bracket'>&lt;</span><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">K</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">V</a>,<a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a><span class='angle_bracket'>&gt;</span></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>label value.</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/ExtractionUtils.ObjectLabelVectorizer.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/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" target="_top">Frames</a></li>
<li><a href="ExtractionUtils.ObjectLabelVectorizer.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><a href="#nested.classes.inherited.from.class.org.apache.ignite.ml.dataset.feature.extractor.Vectorizer">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2022 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.12.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; January 10 2022 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>