|
Oracle Personalization REAPI_RT v9.0.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dmt.op.re.base.TuningSettings
Encapsulates the settings used to control the way recommendations are computed.
| Constructor Summary |
TuningSettings(Enum.DataSourceType dst,
Enum.InterestDimensionType iDim,
Enum.PersonalizationIndexType personalizationIndex,
Enum.ProfileDataBalanceType pdb,
Enum.ProfileUsageType pUsage)
Creates and initializes a new TuningSettings object. |
| Method Summary |
| Type | Method |
|---|---|
Enum.DataSourceType |
getDataSource()
Returns data source. |
Enum.InterestDimensionType |
getInterestDimension()
Returns interest dimention. |
Enum.PersonalizationIndexType |
getPersonalizationIndex()
Returns personalization index. |
Enum.ProfileDataBalanceType |
getProfileDataBalance()
Returns profile data balance. |
Enum.ProfileUsageType |
getProfileUsage()
Returns profile usage. |
void |
validate()
Validates TuningSettings object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode,
notify, notifyAll, toString,
wait, wait, wait |
| Constructor Detail |
public TuningSettings(Enum.DataSourceType dst,
Enum.InterestDimensionType iDim,
Enum.PersonalizationIndexType personalizationIndex,
Enum.ProfileDataBalanceType pdb,
Enum.ProfileUsageType pUsage)
TuningSettings object.dst - data source typeiDim - interesting dimension typepersonalizationIndex - pdb - profile data balancepUsage - profile usageNullParameterException - if any input parameter is null| Method Detail |
public Enum.DataSourceType getDataSource()
public Enum.InterestDimensionType getInterestDimension()
public Enum.PersonalizationIndexType getPersonalizationIndex()
public Enum.ProfileDataBalanceType getProfileDataBalance()
public Enum.ProfileUsageType getProfileUsage()
public void validate()
throws NullParameterException
TuningSettings object.NullParameterException -
|
Oracle Personalization REAPI_RT v9.0.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||