public class OutlierStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DURATION_OUTLIER |
static int |
ENERGY_OUTLIER |
static int |
F0_OUTLIER |
static int |
GENERAL_OUTLIER |
static int |
LSF_OUTLIER |
static int |
MANY2MANY_OUTLIER |
static int |
MANY2ONE_OUTLIER |
static int |
NON_OUTLIER |
static int |
ONE2MANY_OUTLIER |
int |
totalDurationOutliers |
int |
totalEnergyOutliers |
int |
totalF0Outliers |
int |
totalGeneralOutliers |
int |
totalLsfOutliers |
int |
totalNonOutliers |
Constructor and Description |
---|
OutlierStatus() |
public static final int NON_OUTLIER
public static final int LSF_OUTLIER
public static final int F0_OUTLIER
public static final int DURATION_OUTLIER
public static final int ENERGY_OUTLIER
public static final int GENERAL_OUTLIER
public static final int ONE2MANY_OUTLIER
public static final int MANY2ONE_OUTLIER
public static final int MANY2MANY_OUTLIER
public int totalNonOutliers
public int totalLsfOutliers
public int totalF0Outliers
public int totalDurationOutliers
public int totalEnergyOutliers
public int totalGeneralOutliers
Copyright © 2000–2016 DFKI GmbH. All rights reserved.