public class SpeakerIdentification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
FRONTEND_NAME |
Constructor and Description |
---|
SpeakerIdentification() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SpeakerCluster> |
cluster(java.util.ArrayList<float[]> features) |
java.util.ArrayList<SpeakerCluster> |
cluster(java.io.InputStream stream) |
static double |
getBICValue(org.apache.commons.math3.linear.Array2DRowRealMatrix mat) |
public final java.lang.String FRONTEND_NAME
public static double getBICValue(org.apache.commons.math3.linear.Array2DRowRealMatrix mat)
mat
- A matrix with feature vectors as rows.public java.util.ArrayList<SpeakerCluster> cluster(java.io.InputStream stream)
stream
- stream to processpublic java.util.ArrayList<SpeakerCluster> cluster(java.util.ArrayList<float[]> features)
features
- The feature vectors to be used for clustering