|
ActiViz .NET
5.8.0
|
vtkContingencyStatistics - A class for correlation with contigency tables. More...
Public Member Functions | |
| vtkContingencyStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkContingencyStatistics () | |
| Undocumented Block. | |
| override void | Aggregate (vtkDataObjectCollection arg0, vtkMultiBlockDataSet arg1) |
| Given a collection of models, calculate aggregate model NB: not implemented. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkContingencyStatistics | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkContingencyStatistics | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkContingencyStatistics | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkContingencyStatistics" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "24vtkContingencyStatistics" |
| Automatically generated type registration mechanics. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
| static internal IntPtr | vtkContingencyStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkContingencyStatistics_Aggregate_01 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
| static internal int | vtkContingencyStatistics_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkContingencyStatistics_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkContingencyStatistics_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkContingencyStatistics_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkContingencyStatistics () |
| Automatically generated type registration mechanics. | |
vtkContingencyStatistics - A class for correlation with contigency tables.
Description Given a pair of columns of interest, this class provides the following functionalities, depending on the execution mode it is executed in: Learn: calculate contigency tables and corresponding discrete bivariate probability distribution. Assess: given two columns of interest with the same number of entries as input in port INPUT_DATA, and a corresponding bivariate probability distribution,
Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.
| static Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkContingencyStatistics.Aggregate | ( | vtkDataObjectCollection | arg0, |
| vtkMultiBlockDataSet | arg1 | ||
| ) | [virtual] |
Given a collection of models, calculate aggregate model NB: not implemented.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
| override void Kitware.VTK.vtkContingencyStatistics.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| override int Kitware.VTK.vtkContingencyStatistics.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| static new int Kitware.VTK.vtkContingencyStatistics.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| static new vtkContingencyStatistics Kitware.VTK.vtkContingencyStatistics.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| static new vtkContingencyStatistics Kitware.VTK.vtkContingencyStatistics.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| static internal void Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_Aggregate_01 | ( | HandleRef | pThis, |
| HandleRef | arg0, | ||
| HandleRef | arg1 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkContingencyStatistics.MRClassNameKey = "24vtkContingencyStatistics" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
| new const string Kitware.VTK.vtkContingencyStatistics.MRFullTypeName = "Kitware.VTK.vtkContingencyStatistics" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPContingencyStatistics.
1.7.6.1