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
vtkPCAStatisticsGnuR::~vtkPCAStatisticsGnuR
~vtkPCAStatisticsGnuR()
vtkPCAStatistics
A class for multivariate principal component analysis.
Definition:
vtkPCAStatistics.h:66
vtkPCAStatisticsGnuR::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPCAStatisticsGnuR::New
static vtkPCAStatisticsGnuR * New()
vtkPCAStatisticsGnuR::vtkPCAStatisticsGnuR
vtkPCAStatisticsGnuR()
vtkPCAStatisticsGnuR
A class for multivariate principal component analysis using R to calculate p-values.
Definition:
vtkPCAStatisticsGnuR.h:57
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkPCAStatisticsGnuR::CalculatePValues
virtual vtkDoubleArray * CalculatePValues(vtkIdTypeArray *, vtkDoubleArray *)
Calculate p-value.
vtkPCAStatistics.h
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition:
vtkIdTypeArray.h:42
vtkDoubleArray
dynamic, self-adjusting array of double
Definition:
vtkDoubleArray.h:42
Generated by
1.8.20