|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrainingData | |
---|---|
org.android.activityminer.pmml.model.knn | PMML - KNN representation. |
Uses of TrainingData in org.android.activityminer.pmml.model.knn |
---|
Classes in org.android.activityminer.pmml.model.knn that implement TrainingData | |
---|---|
class |
InlineTable
The inline table representation (without extensions) |
class |
Row
The inline table row representation (without extensions) |
class |
TableLocator
The table locator representation (without extensions). |
Fields in org.android.activityminer.pmml.model.knn declared as TrainingData | |
---|---|
private TrainingData |
TrainingInstances.data
the data representation (either an InstanceFields or a TableLocator instance) |
Methods in org.android.activityminer.pmml.model.knn that return TrainingData | |
---|---|
TrainingData |
TrainingInstances.getData()
Getter for the data |
Methods in org.android.activityminer.pmml.model.knn with parameters of type TrainingData | |
---|---|
void |
TrainingInstances.setData(TrainingData data)
Setter for the data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |