Overview

This type is included in ExpertiseTopicClauses to create ExpertiseDynamicTopic from the top N higest-ranked nouns in the profile(s) specified in the request. By default, the top 100 nouns are considered. This value is configurable.

Members

Show inherited members

Name Type Required Description

count

int

The "N" number of top nouns to consider in creating topics

ignoreReviewedWords

boolean

Retrieves whether any words marked as "already reviewed" words should be ignored. The reviewed words will be automatically cleared after the Confidence Update role has finished running.

minKeywordConf

float

The minimum confidence the Keyword can be in order to be selected.

offset

int

The offset into the top N nouns to use as the count starting point, with 1 being the first word.

relativeWeight

int

The relative weight/importance of this clause. This integer value acts as a multiplier on the clause's weight. For example, if "2", the clause's weight is doubled. Any value larger than 1 can be supplied.

reviewed

boolean

The boolean identifying which terms are being considered when building topics based on the term's reviewed status.

termVisibility

visibility[]

The object identifying which terms are being considered when building topics based on the term visibility.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseTopNClause xsi:type="obh:expertiseTopNClause" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <count>your_int_0</count>
        <ignoreReviewedWords>your_boolean_0</ignoreReviewedWords>
        <minKeywordConf>your_float_0</minKeywordConf>
        <offset>your_int_0</offset>
        <relativeWeight>your_int_0</relativeWeight>
        <reviewed>your_boolean_0</reviewed>
        <termVisibility>your_visibility_0</termVisibility>
        <termVisibility>your_visibility_1</termVisibility>
        <termVisibility>your_visibility_2</termVisibility>
</obh:expertiseTopNClause>

Referenced By Representaions

Not Referenced Directly by Representations