VTK
dox
Filters
StatisticsGnuR
vtkPCAStatisticsGnuR.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPCAStatisticsGnuR.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2010 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
48
#ifndef vtkPCAStatisticsGnuR_h
49
#define vtkPCAStatisticsGnuR_h
50
51
#include "vtkFiltersStatisticsGnuRModule.h"
// For export macro
52
#include "
vtkPCAStatistics.h
"
53
54
class
vtkDoubleArray
;
55
56
class
VTKFILTERSSTATISTICSGNUR_EXPORT
vtkPCAStatisticsGnuR
:
public
vtkPCAStatistics
57
{
58
public
:
59
vtkTypeMacro(
vtkPCAStatisticsGnuR
,
vtkPCAStatistics
);
60
virtual
void
PrintSelf
( ostream& os,
vtkIndent
indent );
61
static
vtkPCAStatisticsGnuR
*
New
();
62
63
protected
:
64
vtkPCAStatisticsGnuR
();
65
~
vtkPCAStatisticsGnuR
();
66
67
virtual
vtkDoubleArray
*
CalculatePValues
(
vtkIdTypeArray
*,
vtkDoubleArray
*);
68
69
private
:
70
vtkPCAStatisticsGnuR
(
const
vtkPCAStatisticsGnuR
&) VTK_DELETE_FUNCTION;
71
void
operator=(
const
vtkPCAStatisticsGnuR
&) VTK_DELETE_FUNCTION;
72
};
73
74
#endif // vtkPCAStatisticsGnuR_h
75
vtkPCAStatistics
A class for multivariate principal component analysis.
Definition:
vtkPCAStatistics.h:65
vtkPCAStatistics::CalculatePValues
virtual vtkDoubleArray * CalculatePValues(vtkIdTypeArray *, vtkDoubleArray *)
Calculate p-value.
vtkPCAStatisticsGnuR
A class for multivariate principal component analysis using R to calculate p-values.
Definition:
vtkPCAStatisticsGnuR.h:56
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPCAStatistics::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPCAStatistics.h
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition:
vtkIdTypeArray.h:41
vtkDoubleArray
dynamic, self-adjusting array of double
Definition:
vtkDoubleArray.h:41
vtkPCAStatistics::New
static vtkPCAStatistics * New()
Generated by
1.8.16