2.2.6.3.20 RankingModel2NNType
Target namespace: urn:Microsoft.Search.Ranking.Model.2NN
Referenced by: RankingModel2StageType
This type specifies a stage ranking model.
Child Elements:
HiddenNodes : A HiddenNodesType element that specifies a configuration of hidden nodes.
RankingFeatures : A RankingFeaturesType element that specifies a set of ranking ingredients that form a stage ranking model.
Attributes:
id : A GUIDType attribute that specifies a unique identifier of a stage ranking model.
maxStageWidCount : An unsignedInt (as specified in [XMLSCHEMA2]) attribute that specifies a maximum number of crawled items this stage ranking model to be applied to.
<xs:complexType name="RankingModel2NNType">
<xs:sequence>
<xs:element name="HiddenNodes" type="irm:HiddenNodesType"/>
<xs:element name="RankingFeatures" type="irm:RankingFeaturesType"/>
</xs:sequence>
<xs:attribute name="id" type="irm:GUIDType" use="required"/>
<xs:attribute name="maxStageWidCount" type="xs:unsignedInt" use="optional"/>
</xs:complexType>