MiningStructure.HoldoutActualSize Property
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.
Gets or sets the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
[System.ComponentModel.Browsable(false)]
public long HoldoutActualSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.HoldoutActualSize : int64 with get, set
Public Property HoldoutActualSize As Long
Property Value
An integer that indicates the number of cases in the partition used as testing data. 0 indicates that no test partition exists, or that the structure as not been processed.
- Attributes
Remarks
This value is dependent on source data and on the values specified for HoldoutMaxCases, HoldoutMaxPercent, and HoldoutSeed. This value is updated after processing; therefore, if you make any changes in the source data or the holdout specification, you must also reprocess the mining structure.
Note: Analysis Services does not support creation of holdout partitions on a mining structure. You cannot get or set a value for HoldoutActualSize on a mining structure that is stored in an instance of Analysis Services.