#include <StatsIterator.h>
Inheritance diagram for PLearn::StatsItArray:
Public Member Functions | |
StatsItArray () | |
StatsItArray (const StatsIt &statsit) | |
StatsItArray (const StatsIt &statsit1, const StatsIt &statsit2) | |
StatsItArray (const Array< StatsIt > &va) | |
StatsItArray (Array< StatsIt > &va) | |
StatsItArray (const StatsItArray &va) | |
StatsItArray & | operator &= (const StatsIt &v) |
StatsItArray & | operator &= (const StatsItArray &va) |
StatsItArray | operator & (const StatsIt &v) const |
StatsItArray | operator & (const StatsItArray &va) const |
void | init (int inputsize) |
void | update (const Vec &input) |
void | update (const Mat &inputs) |
bool | requiresMultiplePasses () |
returns true if any of the StatsIterator in the array requires more than one pass through the data | |
StatsItArray | finish () |
returns an array of those that are not yet finished | |
Array< Vec > | getResults () |
Array< Vec > | computeStats (VMat data) |
|
Definition at line 724 of file StatsIterator.cc. References PLearn::StatsIt. |
|
Definition at line 728 of file StatsIterator.cc. |
|
Definition at line 732 of file StatsIterator.cc. |
|
Definition at line 365 of file StatsIterator.h. |
|
Definition at line 366 of file StatsIterator.h. |
|
Definition at line 367 of file StatsIterator.h. |
|
Definition at line 785 of file StatsIterator.cc. References finish(), getResults(), init(), PLearn::VMat::length(), PLearn::TVec< StatsIt >::size(), update(), and PLearn::VMat::width(). Referenced by PLearn::Learner::computeTestStatistics(), and PLearn::Learner::test(). |
|
returns an array of those that are not yet finished
Definition at line 768 of file StatsIterator.cc. References PLearn::TVec< StatsIt >::append(), k, and PLearn::TVec< StatsIt >::size(). Referenced by computeStats(), and PLearn::Learner::test(). |
|
Definition at line 777 of file StatsIterator.cc. References k, and PLearn::TVec< StatsIt >::size(). Referenced by computeStats(), and PLearn::Learner::test(). |
|
Definition at line 739 of file StatsIterator.cc. References k, and PLearn::TVec< StatsIt >::size(). Referenced by computeStats(), and PLearn::Learner::test(). |
|
Definition at line 374 of file StatsIterator.h. References PLearn::operator &(). |
|
Definition at line 372 of file StatsIterator.h. References PLearn::operator &(). |
|
Definition at line 370 of file StatsIterator.h. References PLearn::operator &=(). |
|
Definition at line 368 of file StatsIterator.h. References PLearn::operator &=(). |
|
returns true if any of the StatsIterator in the array requires more than one pass through the data
Definition at line 759 of file StatsIterator.cc. References k, and PLearn::TVec< StatsIt >::size(). Referenced by PLearn::Learner::test(). |
|
Definition at line 750 of file StatsIterator.cc. References PLearn::TMat< T >::length(), PLearn::Mat, and PLearn::update(). |
|
Definition at line 745 of file StatsIterator.cc. References k, PLearn::TVec< StatsIt >::size(), and PLearn::Vec. Referenced by computeStats(), and PLearn::Learner::test(). |