K
- Type of a key in upstream
data.V
- Type of a value in upstream
data.public class BinarizationTrainer<K,V> extends Object implements PreprocessingTrainer<K,V,Vector,Vector>
Constructor and Description |
---|
BinarizationTrainer() |
Modifier and Type | Method and Description |
---|---|
BinarizationPreprocessor<K,V> |
fit(DatasetBuilder<K,V> datasetBuilder,
IgniteBiFunction<K,V,Vector> basePreprocessor)
Fits preprocessor.
|
double |
getThreshold()
Get the threshold parameter value.
|
BinarizationTrainer<K,V> |
withThreshold(double threshold)
Set the threshold parameter value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fit, fit
public BinarizationPreprocessor<K,V> fit(DatasetBuilder<K,V> datasetBuilder, IgniteBiFunction<K,V,Vector> basePreprocessor)
public double getThreshold()
public BinarizationTrainer<K,V> withThreshold(double threshold)
threshold
- The given value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019