public interface MultiClassDecoder
Interface for Multi-class Decoder
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
decode(CodeMatrix matrix,
double[] binClassifierResults)
Predicts the label of the example given the code matrix and the results of all binary classifiers
|
int[] |
rank()
Rank all class labels
|
int decode(CodeMatrix matrix, double[] binClassifierResults)
matrix - the code matrix which describes the relationship between binary classifiers and categoriesbinClassifierResults - the predictions of all binary classifiersint[] rank()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.