| Package | Description |
|---|---|
| sklearn.neighbors |
| Modifier and Type | Class and Description |
|---|---|
class |
KNeighborsClassifier |
class |
KNeighborsRegressor |
class |
NearestCentroid |
class |
NearestNeighbors |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasMetric & HasNumberOfNeighbors & HasTrainingData> |
KNeighborsUtil.encodeNeighbors(E estimator,
org.dmg.pmml.MiningFunction miningFunction,
int numberOfInstances,
int numberOfFeatures,
org.jpmml.converter.Schema schema) |
Copyright © 2024. All rights reserved.