public abstract class QualityMeasure
extends java.lang.Object
Constructor and Description |
---|
QualityMeasure(boolean rowOriented)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isAvailable()
Returns whether this measure is available
|
abstract boolean |
isAvailable(java.lang.String column)
Returns whether this measure is available for the given column
|
boolean |
isColumnOriented()
Returns whether this is a column-oriented measure
|
boolean |
isRowOriented()
Returns whether this is a row-oriented measure
|
public QualityMeasure(boolean rowOriented)
rowOriented
- public abstract boolean isAvailable()
public abstract boolean isAvailable(java.lang.String column)
column
- public boolean isColumnOriented()
public boolean isRowOriented()