public interface Labeling
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(double[] values) |
void |
addTo(double[] values,
double scale) |
int |
getBestIndex() |
Label |
getBestLabel() |
double |
getBestValue() |
LabelAlphabet |
getLabelAlphabet() |
Label |
getLabelAtRank(int rank) |
int |
getRank(int labelIndex) |
int |
getRank(Label label) |
double |
getValueAtRank(int rank) |
int |
indexAtLocation(int pos) |
Label |
labelAtLocation(int pos) |
int |
numLocations() |
LabelVector |
toLabelVector() |
double |
value(int labelIndex) |
double |
value(Label label) |
double |
valueAtLocation(int pos) |
LabelAlphabet getLabelAlphabet()
Label getBestLabel()
double getBestValue()
int getBestIndex()
double value(Label label)
double value(int labelIndex)
int getRank(Label label)
int getRank(int labelIndex)
Label getLabelAtRank(int rank)
double getValueAtRank(int rank)
void addTo(double[] values)
void addTo(double[] values,
double scale)
int numLocations()
int indexAtLocation(int pos)
Label labelAtLocation(int pos)
double valueAtLocation(int pos)
LabelVector toLabelVector()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.