K - Type of a key in upstream data.V - Type of a value in upstream data.C - Type of a partition context.CO - Type of COordinate for vectorizer.public class SimpleDatasetDataBuilder<K,V,C extends Serializable,CO extends Serializable> extends Object implements PartitionDataBuilder<K,V,C,SimpleDatasetData>
data builder that makes SimpleDatasetData.| Constructor and Description |
|---|
SimpleDatasetDataBuilder(Preprocessor<K,V> preprocessor)
Construct a new instance of partition
data builder that makes SimpleDatasetData. |
| Modifier and Type | Method and Description |
|---|---|
SimpleDatasetData |
build(LearningEnvironment env,
Iterator<UpstreamEntry<K,V>> upstreamData,
long upstreamDataSize,
C ctx)
Builds a new partition
data from a partition upstream data and partition context. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, buildpublic SimpleDatasetDataBuilder(Preprocessor<K,V> preprocessor)
data builder that makes SimpleDatasetData.preprocessor - Function that extracts features from an upstream data.public SimpleDatasetData build(LearningEnvironment env, Iterator<UpstreamEntry<K,V>> upstreamData, long upstreamDataSize, C ctx)
data from a partition upstream data and partition context.
Important: there is no guarantee that there will be no more than one UpstreamEntry with given key,
UpstreamEntry should be thought rather as a container saving all data from upstream, but omitting uniqueness
constraint. This constraint is omitted to allow upstream data transformers in DatasetBuilder replicating
entries. For example it can be useful for bootstrapping.build in interface PartitionDataBuilder<K,V,C extends Serializable,SimpleDatasetData>env - Learning environment.upstreamData - Partition upstream data.upstreamDataSize - Partition upstream data size.ctx - Partition context.data.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025