Package | Description |
---|---|
tech.tablesaw.api.ml.classification |
Modifier and Type | Method and Description |
---|---|
static Knn |
Knn.learn(int k,
BooleanColumn labels,
NumericColumn... predictors) |
static Knn |
Knn.learn(int k,
CategoryColumn labels,
NumericColumn... predictors) |
static Knn |
Knn.learn(int k,
IntColumn labels,
NumericColumn... predictors) |
static Knn |
Knn.learn(int k,
ShortColumn labels,
NumericColumn... predictors) |
Copyright © 2017. All rights reserved.