public interface LearningProblem
| Modifier and Type | Method and Description |
|---|---|
void |
addInstance(int label,
Collection<Integer> indices) |
void |
done() |
Model |
train() |
void addInstance(int label,
Collection<Integer> indices)
void done()
Model train()
Copyright © 2016. All rights reserved.