23 cout <<
"*************************************************" << endl;
24 cout <<
"* Principal Component Analysis *" << endl;
25 cout <<
"* *" << endl;
26 cout <<
"* Number of variables: " << setw(4) <<
n
28 cout <<
"* Number of data points: " << setw(8) <<
m
30 cout <<
"* Number of dependent variables: " << setw(4) <<
c
32 cout <<
"* *" << endl;
33 cout <<
"*************************************************" << endl;
49 for (
Int_t i = 0; i <
m; i++) {
73 principal->MakePrincipals();
82 principal->MakeHistograms();
85 principal->MakeCode();
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Using a TBrowser one can browse all ROOT objects.
Principal Components Analysis (PCA)
This is the base class for the ROOT Random number generators.