public class WeightedCodebookMfccMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
WeightedCodebookEntry |
entry |
int[] |
indices |
int |
totalMatches |
double[] |
weights |
| Constructor and Description |
|---|
WeightedCodebookMfccMatch(double[] sourceMfccs,
double[] targetMfccs) |
WeightedCodebookMfccMatch(int numMaxMatches,
int mfccDimension) |
public WeightedCodebookEntry entry
public int[] indices
public double[] weights
public int totalMatches
Copyright © 2000–2016 DFKI GmbH. All rights reserved.