| 
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the methods to set bin details of the clipping transformation.
| Method Summary | |
 java.lang.String | 
getClippingTable()Returns the clipping table defining the new range for the attribute.  | 
 OraClippingType | 
getClippingType()Returns the default clipping type for all attributes.  | 
 void | 
setClippingType(OraClippingType type)sets the default clipping type for all attributes.  | 
 void | 
setTailFraction(double tail)Sets the clipping tail fraction.  | 
| Methods inherited from interface oracle.dmt.jdm.transform.OraTransformation | 
getExcludeColumnList, getTransformInputData, getTransformOutputData, isOutputView, setExcludeColumnList, setTransformInputData, setTransformOutputData | 
| Method Detail | 
public OraClippingType getClippingType()
public void setClippingType(OraClippingType type)
public java.lang.String getClippingTable()
public void setTailFraction(double tail)
tail - fraction of attribute values being clipped
  | 
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||