public abstract class LabelledVector extends Vector
Vector.Builder| Modifier and Type | Method and Description |
|---|---|
static ConfusionMatrix |
evaluate(Iterable<LabelledVector> goldVectors,
Iterable<LabelledVector> predictedVectors,
int numLabels) |
int |
getLabel() |
float |
getProbability(int label) |
public final int getLabel()
public final float getProbability(int label)
public static ConfusionMatrix evaluate(Iterable<LabelledVector> goldVectors, Iterable<LabelledVector> predictedVectors, int numLabels)
Copyright © 2016–2018 FBK. All rights reserved.