Package adaa.analytics.rules.data
Interface IAttributes
- All Superinterfaces:
Iterable<IAttribute>,Serializable
- All Known Implementing Classes:
ColumnMetadataMap
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnByRole(String roleName) getColumnByRoleUnsafe(String role) getConfidence(String var1) getCost()getLabel()getRegular(String columnName) intvoidremoveRegularRole(IAttribute var1) voidsetLabel(IAttribute var1) voidsetPredictedLabel(IAttribute var1) voidsetRegularRole(IAttribute var1) voidsetSpecialAttribute(IAttribute var1, String role) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
allAttributes
Iterator<IAttribute> allAttributes() -
regularSize
int regularSize() -
setRegularRole
-
removeRegularRole
-
get
-
getRegular
-
getColumnByRole
-
getLabel
IAttribute getLabel() -
setLabel
-
getPredictedLabel
IAttribute getPredictedLabel() -
getConfidence
-
setPredictedLabel
-
getWeight
IAttribute getWeight() -
getCost
IAttribute getCost() -
setSpecialAttribute
-
getColumnByRoleUnsafe
-
getLabelUnsafe
IAttribute getLabelUnsafe()
-