|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CategoricalBin interface defines the bin for a categorical attribute. User can define a custom bin definition for a categorical attribute using this object. Bin id is the value that will replace the categories defined in the categorical bin.
| Method Summary | |
void |
addCategory(java.lang.Object categoryVal)Add the category value that belongs to this categorical bin. |
java.lang.String |
getBinID()Returns the bin id of this bin. |
java.lang.Object[] |
getCategories()Returns the list of categories set in the categorical bin. |
void |
removeAll()Removes all the category values. |
void |
removeCategory(java.lang.Object categoryVal)Remove the category value from the categorical bin. |
void |
setBinID(java.lang.String binID)Sets the bin id of this bin. |
| Method Detail |
public java.lang.String getBinID()
public void setBinID(java.lang.String binID)
binID - bin idpublic void addCategory(java.lang.Object categoryVal)
categoryVal - category value being addedpublic void removeCategory(java.lang.Object categoryVal)
categoryVal - category value being removedpublic void removeAll()
public java.lang.Object[] getCategories()
|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||