|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.sota.logic.SotaUtil
public final class SotaUtil
| Method Summary | |
|---|---|
static boolean |
hasMissingValues(DataRow row)
Returns true if there are missing values in given row and
false if not. |
static boolean |
isFuzzyIntervalType(DataType type)
Returns true if given DataType is a FuzzyIntervalType,
otherwise false. |
static boolean |
isIntType(DataType type)
Returns true if given DataType is a IntType, otherwise
false. |
static boolean |
isNumberType(DataType type)
Returns true if given DataType is a DoubleType or an
IntType, otherwise false. |
static boolean |
isStringType(DataType type)
Returns true if given DataType is a StringTyoe, otherwise
false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean hasMissingValues(DataRow row)
true if there are missing values in given row and
false if not.
row - row to check for missing values
true if there are missing values in given row and
false if notpublic static boolean isFuzzyIntervalType(DataType type)
true if given DataType is a FuzzyIntervalType,
otherwise false.
type - DataType to check
true if given DataType is a FuzzyIntervalType,
otherwise falsepublic static boolean isNumberType(DataType type)
true if given DataType is a DoubleType or an
IntType, otherwise false.
type - DataType to check
true if given DataType is a DoubleType or an
IntType, otherwise falsepublic static boolean isIntType(DataType type)
true if given DataType is a IntType, otherwise
false.
type - DataType to check
true if given DataType is a IntType, otherwise
falsepublic static boolean isStringType(DataType type)
true if given DataType is a StringTyoe, otherwise
false.
type - DataType to check.
true if given DataType is a StringType, otherwise
false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||