MiningModelingFlags Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains flags for MiningModelColumn objects.
public static class MiningModelingFlags
type MiningModelingFlags = class
Public Class MiningModelingFlags
- Inheritance
-
MiningModelingFlags
Fields
ModelExistenceOnly |
Indicates that only the existence of the value should be considered in the model. |
NotNull |
Indicates that null values should not be used in the model. |
Regressor |
Indicates that the value is a potential regressor. |
Properties
MiningStructureColumnValues |
Gets the values for the MiningModelingFlags. |