| Package | Description |
|---|---|
| eu.fbk.utils.svm |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelledVector |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Vector> |
Vector.split(Iterable<T> vectors,
int numPartitions,
int maxVectors) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.Builder.build() |
Vector |
Vector.unlabel() |
| Modifier and Type | Method and Description |
|---|---|
static Vector.Builder |
Vector.builder(Vector vector) |
int |
Vector.compareTo(Vector other) |
LabelledVector |
Classifier.predict(boolean withProbabilities,
Vector vector) |
Vector.Builder |
Vector.Builder.set(Vector vector) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FeatureStats> |
FeatureStats.forVectors(int numLabels,
Iterable<? extends Vector> vectors,
com.google.common.base.Predicate<String> selector) |
List<LabelledVector> |
Classifier.predict(boolean withProbabilities,
Iterable<? extends Vector> vectors) |
static <T extends Appendable> |
Vector.write(Iterable<? extends Vector> vectors,
Dictionary<String> dictionary,
T out) |
Copyright © 2016–2018 FBK. All rights reserved.