MiningModelAlgorithms クラス

MiningModel オブジェクトのアルゴリズムを格納します。

継承階層

System.Object
  Microsoft.AnalysisServices.MiningModelAlgorithms

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public NotInheritable Class MiningModelAlgorithms
'使用
public static class MiningModelAlgorithms
public ref class MiningModelAlgorithms abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelAlgorithms =  class end
public final class MiningModelAlgorithms

MiningModelAlgorithms 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ静的メンバー AllValues マイニング モデルのアルゴリズムのすべての値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド静的メンバー IsStandardMicrosoftAlgorithm アルゴリズムが標準の値であるかどうかを示します。

先頭に戻る

フィールド

  名前 説明
パブリック フィールド静的メンバー MicrosoftAssociationRules Microsoft アソシエーション ルール値。
パブリック フィールド静的メンバー MicrosoftClustering Microsoft クラスターリング値。
パブリック フィールド静的メンバー MicrosoftDecisionTrees Microsoft デシジョン ツリー値。
パブリック フィールド静的メンバー MicrosoftLinearRegression Microsoft 線形回帰値。
パブリック フィールド静的メンバー MicrosoftLogisticRegression Microsoft ロジスティック回帰値。
パブリック フィールド静的メンバー MicrosoftNaiveBayes Microsoft Naïve Bayes 値。
パブリック フィールド静的メンバー MicrosoftNeuralNetwork Microsoft ニューラル ネットワーク値。
パブリック フィールド静的メンバー MicrosoftSequenceClustering Microsoft シーケンス クラスター値。
パブリック フィールド静的メンバー MicrosoftTimeSeries Microsoft タイム シリーズ値。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間