| Package | Description |
|---|---|
| ws.palladian.classification.liblinear | |
| ws.palladian.classification.text.vector |
| Modifier and Type | Method and Description |
|---|---|
LibLinearModel |
LibLinearLearner.train(Dataset dataset) |
LibLinearModel |
SelfTuningLibLinearLearner.train(Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEntries |
LibLinearClassifier.classify(FeatureVector featureVector,
LibLinearModel model) |
| Modifier and Type | Method and Description |
|---|---|
static TextVectorClassifier<LibLinearModel> |
TextVectorClassifier.libLinear(ITextVectorizer vectorizer) |
static TextVectorClassifier<LibLinearModel> |
TextVectorClassifier.libLinear(ITextVectorizer vectorizer,
de.bwaldvogel.liblinear.Parameter parameter) |
Copyright © 2018. All rights reserved.