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) int
void
removeRegularRole
(IAttribute var1) void
setLabel
(IAttribute var1) void
setPredictedLabel
(IAttribute var1) void
setRegularRole
(IAttribute var1) void
setSpecialAttribute
(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()
-