次の方法で共有


MiningContentNode メンバー

MiningModel の学習内容を階層ノード形式で表します。

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

メソッド

  名前 説明
パブリック メソッド {dtor} MiningContentNode で使用されるすべてのリソースを解放します。
パブリック メソッド Dispose MiningContentNode で使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

プロパティ

  名前 説明
パブリック プロパティ Ancestors MiningContentNode のすべての先祖オブジェクトのコレクションを取得します。
パブリック プロパティ Attribute MiningContentNode に適用される MiningAttribute オブジェクトを取得します。
パブリック プロパティ Caption 現在のロケールにおける MiningContentNode のキャプションを取得します。
パブリック プロパティ Children MiningContentNode の直接の子を含む MiningContentNodeCollection を取得します。
パブリック プロパティ Descendants MiningContentNode のすべての子孫を含む MiningContentNodeCollection を取得します。
パブリック プロパティ Description 現在のロケールにおける MiningContentNode の説明を取得します。
パブリック プロパティ Distribution MiningContentNode の分布を表す MiningDistribution オブジェクトを含む MiningDistributionCollection を取得します。
パブリック プロパティ MarginalProbability MiningContentNode の親から MiningContentNode に達する確率を取得します。
パブリック プロパティ MarginalRule ParentNode からこの MiningContentNode に移動する際に使用されるルールの XML 説明を取得します。
パブリック プロパティ Name MiningContentNode の名前を取得します。
パブリック プロパティ NodeRule このノードに関連付けられたルールを取得します。
パブリック プロパティ ParentMiningModel MiningContentNodeMiningModel を取得します。
パブリック プロパティ ParentNode MiningContentNode の直接の親を取得します。
パブリック プロパティ ParentUniqueName MiningContentNode の親を識別する一意の名前を取得します。
パブリック プロパティ Probability MiningContentNode に達する確率を取得します。
パブリック プロパティ Properties MiningContentNode のプロパティを含む PropertyCollection を取得します。
パブリック プロパティ Score ノードのスコアを取得します。
パブリック プロパティ ShortCaption MiningContentNode の短いキャプションを取得します。
パブリック プロパティ Siblings 現在の MiningContentNode と同じ階層レベルにある MiningContentNode オブジェクトを含むコレクションを取得します。
パブリック プロパティ Support MiningContentNode をサポートするケースの数を取得します。
パブリック プロパティ Type MiningContentNode の型を取得します。
パブリック プロパティ UniqueName MiningContentNode の一意の名前を取得します。

Top