PredictorServiceSiteAdmin Object [C++]

Use this object to manage analysis models and model configurations.

ProgID:   Commerce.PredictorSiteAdmin (Externally creatable)
COM Class Name:   PredictorServiceSiteAdmin
Type Library Name:   Microsoft Commerce 2002 Predictor Service Type Library
EXE Name:   PredServ.exe
Threading Model:   Both

[C++]

COM Interface Name:   IPredictorServiceSiteAdmin2
Interface ID Constant:   IID_IPredictorServiceSiteAdmin2
Header File:   PredictorService.h

[C++]

In C++, use the IPredictorServiceSiteAdmin interface to access the properties and methods of the PredictorServiceSiteAdmin object.

Because this object is primarily intended for use within ASP script, access from C++ will not be common.

Methods

[C++]

Method Description
DeleteModel Deletes the specified predictor model.
DeleteModelConfig Deletes the specified model configuration.
GenerateList Generates a list of members of a segment or a list of predictions.
GenerateSegmentList Generates a list of members of a segment.
Init Initializes the server.
RenameModel Renames a predictor model.
RenameModelConfig Renames a model configuration.

[Visual Basic]

Method Description
DeleteModel Deletes the specified predictor model.
DeleteModelConfig Deletes the specified model configuration.
GenerateList Generates a list of members of a segment or a list of predictions.
GenerateSegmentList Generates a list of members of a segment.
Init Initializes the server.
RenameModel Renames a predictor model.
RenameModelConfig Renames a model configuration.

Properties

[C++]

Property Type Description
lCaseCount long Retrieves the number of cases used by a model configuration.

This property is read-only.

dModelInfo IDictionary Retrieves information on the specified model.

This property is read-only.

SegmentLabels VARIANT Stores the segment labels for a segment model.

This property is read/write.

[Visual Basic]

Property Type Description
lCaseCount Long Retrieves the number of cases used by a model configuration.

This property is read-only.

dModelInfo Object Retrieves information on the specified model.

This property is read-only.

SegmentLabels Variant Stores the segment labels for a segment model.

This property is read/write.

Remarks

An analysis model summarizes dependency relationships among attributes found in data. A model configuration contains information used to build the analysis model.

Two types of analysis models are available. A prediction model is used to produce a ranked list of recommendations or to fill in a missing user profile attribute. A segment model is used to group similar users into segments of a population.

The PredictorServiceAdmin object contains lists of the available models and model configurations. The PredictorClient object loads the appropriate model and makes the actual predictions. The generation of new models is controlled by the PredModelBuilder object.

See Also

[C++]Business Analysis Objects

[C++]Predictor Schema

[C++]PredictorClient Object

[C++]PredictorServiceAdmin Object

[C++]PredModelBuilder Object

[C++]Running the Predictor Resource

[Visual Basic]Business Analysis Objects

[Visual Basic]Predictor Schema

[Visual Basic]PredictorClient Object

[Visual Basic]PredictorServiceAdmin Object

[Visual Basic]PredModelBuilder Object

[Visual Basic]Running the Predictor Resource

Copyright © 2005 Microsoft Corporation.
All rights reserved.