Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the actual number of cases in the testing set.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property HoldoutActualSize As Long
Get
'Usage
Dim instance As MiningStructure
Dim value As Long
value = instance.HoldoutActualSize
public long HoldoutActualSize { get; }
public:
property long long HoldoutActualSize {
long long get ();
}
member HoldoutActualSize : int64
function get HoldoutActualSize () : long
Property Value
Type: Int64
The actual number of cases in the testing set.