MiningStructure 成員
Represents a mining structure on the server.
MiningStructure 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
Equals | Determines whether two instances of MiningStructure are equal. (覆寫 Object. . :: . .Equals(Object)。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (覆寫 Object. . :: . .GetHashCode() () () ()。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | Gets the name of the mining structure. (覆寫 Object. . :: . .ToString() () () ()。) |
頂端
運算子
名稱 | 描述 | |
---|---|---|
![]() ![]() |
Equality | Determines whether two instances of MiningStructure are equal. |
![]() ![]() |
Inequality | Determines whether two instances of MiningStructure are unequal. |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Caption | Gets the caption of the mining structure. |
![]() |
Columns | Gets the columns within the mining structure. |
![]() |
Created | Gets the date and time the mining structure was created. |
![]() |
Description | Gets the description of the mining structure. |
![]() |
HoldoutActualSize | Returns 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. |
![]() |
HoldoutMaxCases | Returns the value specified maximum number of cases in the testing data partition of the MiningStructure. |
![]() |
HoldoutMaxPercent | Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing. |
![]() |
HoldoutSeed | Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.] |
![]() |
IsProcessed | Determines whether the model is populated. |
![]() |
LastProcessed | Gets the date and time the mining structure was last processed. |
![]() |
LastUpdated | Gets the date and time the mining structure was last updated. |
![]() |
MiningModels | Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure. |
![]() |
Name | Gets the name of the mining structure. |
![]() |
ParentConnection | Gets the AdomdConnection from which the mining structure was populated. |
![]() |
Properties | Gets the properties of the mining structure. |
頂端