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