Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
theplu::yat::classifier::BootstrapSamplerClass creating trainingset and validationset using bootstrapping
theplu::yat::classifier::ConsensusInputRankerRobust algorithm to rank rows in a data matrix versus a target vector
theplu::yat::classifier::CrossValidationSamplerClass splitting a set into training set and validation set in a crossvalidation manner
theplu::yat::classifier::DataLookup1DClass for general vector view
theplu::yat::classifier::DataLookupWeighted1DClass for general weighted vector view
theplu::yat::classifier::EnsembleBuilder< Classifier, Data >Class for ensembles of supervised classifiers
theplu::yat::classifier::FeatureSelectorInterface class for FeatureSelection
theplu::yat::classifier::FeatureSelectorIRFeatureSelector using an InputRanker
theplu::yat::classifier::FeatureSelectorRandomClass for selection features by random
theplu::yat::classifier::GaussianKernelFunctionClass for Gaussian kernel calculations
theplu::yat::classifier::IGP< Distance >Class for In Group Proportions (IGP) See Kapp and Tibshirani, Biostatistics (2006)
theplu::yat::classifier::InputRankerClass for ranking rows in a matrix, using a Score and a target vector
theplu::yat::classifier::IRRankFunctor retrieving minus rank from a InputRanker to build a ConsensusInputRanker
theplu::yat::classifier::IRRetrieveInterface class for retrieving information from a InputRanker to build a ConsensusInputRanker
theplu::yat::classifier::KernelInterface Class for Kernels
theplu::yat::classifier::Kernel_MEVMemory Efficient Kernel
theplu::yat::classifier::Kernel_SEVSpeed Efficient Kernel
theplu::yat::classifier::KernelFunctionInterface class calculating elements in Kernel
theplu::yat::classifier::KernelLookupLookup into Kernel
theplu::yat::classifier::KNN< Distance, NeighborWeighting >Nearest Neighbor Classifier
theplu::yat::classifier::KNN_ReciprocalDistanceA model of the concept Neighbor Weighting Method to be used with KNN to weight the votes of the k nearest neighbors of a sample
theplu::yat::classifier::KNN_ReciprocalRankA model of the concept Neighbor Weighting Method to be used with KNN to weight the votes of the k nearest neighbors of a sample
theplu::yat::classifier::KNN_UniformA model of the concept Neighbor Weighting Method to be used with KNN to weight the votes of the k nearest neighbors of a sample
theplu::yat::classifier::MatrixLookupGeneral view into utility::Matrix
theplu::yat::classifier::MatrixLookupWeightedGeneral view into utility::MatrixWeighted
theplu::yat::classifier::NBCNaive Bayesian Classifier
theplu::yat::classifier::NCC< Distance >Nearest Centroid Classifier
theplu::yat::classifier::PolynomialKernelFunctionClass for polynomial kernel calculations
theplu::yat::classifier::SamplerInterface class for dividing samples into training and validation
theplu::yat::classifier::SubsetGenerator< Data >Class splitting Data into training and validation set
theplu::yat::classifier::SupervisedClassifierInterface class for supervised classifiers that use data in a matrix format
theplu::yat::classifier::SVindex
theplu::yat::classifier::SVMSupport Vector Machine
theplu::yat::classifier::TargetClass for containing sample labels
theplu::yat::normalizer::Centralizer< UnaryFunction >Centralize a range
theplu::yat::normalizer::ColumnNormalizer< T >Using a functor T to normalize each column
theplu::yat::normalizer::GaussGaussian Normalizer
theplu::yat::normalizer::qQuantileNormalizerPerform Q-quantile normalization
theplu::yat::normalizer::QuantileNormalizerPerform quantile normalization
theplu::yat::normalizer::RowNormalizer< T >Using a functor T to normalize each column
theplu::yat::normalizer::SpearmanReplace elements with normalized rank
theplu::yat::normalizer::ZscoreZero mean and unity variance
theplu::yat::random::ContinuousContinuous random number distributions
theplu::yat::random::ContinuousGeneralGenerates numbers from a histogram in a continuous manner
theplu::yat::random::ContinuousUniformUniform distribution
theplu::yat::random::DiscreteDiscrete random number distributions
theplu::yat::random::DiscreteGeneralGeneral
theplu::yat::random::DiscreteUniformDiscrete uniform distribution
theplu::yat::random::ExponentialGenerator of random numbers from an exponential distribution
theplu::yat::random::GaussianGaussian distribution
theplu::yat::random::PoissonPoisson Distribution
theplu::yat::random::RNGRandom Number Generator
theplu::yat::random::RNG_stateClass holding state of a random generator
theplu::yat::regression::AkimaInterpolationNon-rounded Akima spline with natural boundary conditions
theplu::yat::regression::AkimaPeriodicInterpolationAkimaPeriodic interpolation
theplu::yat::regression::CSplineInterpolationCubic spline with natural boundary conditions
theplu::yat::regression::CSplinePeriodicInterpolationCubic spline with periodic boundary conditions
theplu::yat::regression::GSLInterpolationBase class for interfacing GSL interpolation
theplu::yat::regression::KernelInterface Class for calculating the weights in a more general way than classical rectangular windows
theplu::yat::regression::KernelBoxClass for KernelBox a.k.a. rectangular window
theplu::yat::regression::KernelTriCubeClass for TriCubal kernel
theplu::yat::regression::LinearLinear regression
theplu::yat::regression::LinearInterpolationLinear interpolation
theplu::yat::regression::LinearWeightedLinear regression
theplu::yat::regression::LocalClass for Locally weighted regression
theplu::yat::regression::MultiDimensionalMultiDimesional fitting
theplu::yat::regression::MultiDimensionalWeightedMultiDimesional fitting
theplu::yat::regression::NaiveNaive Regression
theplu::yat::regression::NaiveWeightedNaive fitting
theplu::yat::regression::OneDimensionalInterface Class for One Dimensional fitting
theplu::yat::regression::OneDimensionalWeightedInterface Class for One Dimensional fitting in a weighted fashion
theplu::yat::regression::PolynomialPolynomial regression
theplu::yat::regression::PolynomialInterpolationPolynomial interpolation
theplu::yat::regression::PolynomialWeightedPolynomial Regression in weighted fashion
theplu::yat::statistics::AUCClass calculating Area Under ROC Curve
theplu::yat::statistics::AverageFunctor to take average of a range
theplu::yat::statistics::AveragerClass to calculate simple (first and second moments) averages
theplu::yat::statistics::averager< Iterator >
theplu::yat::statistics::averager_pair< Iterator1, Iterator2 >
theplu::yat::statistics::averager_traits< T >
theplu::yat::statistics::theplu::yat::statistics::averager_traits< utility::unweighted_iterator_tag >
theplu::yat::statistics::theplu::yat::statistics::averager_traits< utility::weighted_iterator_tag >
theplu::yat::statistics::AveragerPairClass for taking care of mean and covariance of two variables
theplu::yat::statistics::AveragerPairWeightedClass for taking care of mean and covariance of two variables in a weighted manner
theplu::yat::statistics::AveragerWeightedClass to calulate averages with weights
theplu::yat::statistics::EuclideanDistanceCalculates the Euclidean distance between two points given by elements of ranges
theplu::yat::statistics::FisherFisher's exact test
theplu::yat::statistics::FoldChangeScore given by the difference by the group means
theplu::yat::statistics::HistogramHistograms provide a convenient way of presenting the distribution of a set of data
theplu::yat::statistics::KolmogorovSmirnovKolmogow Smirnov Test
theplu::yat::statistics::KolmogorovSmirnov::Element
theplu::yat::statistics::MaxLarget element
theplu::yat::statistics::MeanMean element
theplu::yat::statistics::MedianMedian element
theplu::yat::statistics::MinSmallest element
theplu::yat::statistics::Nth_Element
theplu::yat::statistics::PearsonClass for calculating Pearson correlation
theplu::yat::statistics::PearsonCorrelationClass for calculating Pearson correlation
theplu::yat::statistics::PearsonDistanceCalculates the Pearson correlation distance between two points given by elements of ranges
theplu::yat::statistics::PercentilerFunctor to calculate percentile of a range
theplu::yat::statistics::ROCClass for Reciever Operating Characteristic
theplu::yat::statistics::SAMScoreClass for score used in Significance Analysis of Microarrays (SAM)
theplu::yat::statistics::ScoreInterface Class for score classes
theplu::yat::statistics::SmootherEstimating a distribution in a smooth fashion
theplu::yat::statistics::SNRScoreClass for score based on signal-to-noise ratio (SNRScore)
theplu::yat::statistics::tScoreClass for Fisher's t-test
theplu::yat::statistics::tTestClass for Student's t-test
theplu::yat::statistics::VectorFunctionInterface Class for vector functors
theplu::yat::statistics::WilcoxonFoldChangeWilcoxonFoldChange
theplu::yat::utility::abs< T >
theplu::yat::utility::cmd_errorClass used for error reported from Commandline or Option
theplu::yat::utility::ColumnStream
theplu::yat::utility::CommandLineClass for parsing the command line
theplu::yat::utility::compose_f_gx_hy< F, G, H >
theplu::yat::utility::Container2DIterator< Container, value, reference >Iterator for a Container2D
theplu::yat::utility::DataIterator< Base >DataIterator
theplu::yat::utility::DataWeightHolds a pair of data and associated weight
theplu::yat::utility::DataWeightProxy< DataIterator, WeightIterator >Proxy class for DataWeight
theplu::yat::utility::detail::iterator_traits_detail< Iter, T >
theplu::yat::utility::detail::theplu::yat::utility::detail::iterator_traits_detail< Iter, const DataWeight & >
theplu::yat::utility::detail::theplu::yat::utility::detail::iterator_traits_detail< Iter, const DataWeight >
theplu::yat::utility::detail::theplu::yat::utility::detail::iterator_traits_detail< Iter, DataWeight & >
theplu::yat::utility::detail::unweighted_type_and< T1, T2 >
theplu::yat::utility::detail::theplu::yat::utility::detail::unweighted_type_and< unweighted_iterator_tag, unweighted_iterator_tag >
theplu::yat::utility::detail::weighted_iterator_traits_detail< T >
theplu::yat::utility::detail::theplu::yat::utility::detail::weighted_iterator_traits_detail< DataWeight >
theplu::yat::utility::Exp< T >
theplu::yat::utility::FileUtilChecking file/directory existence and access permissions
theplu::yat::utility::GSL_errorClass for errors reported from underlying GSL calls
theplu::yat::utility::IndexClass for storing indices of, e.g., a MatrixLookup
theplu::yat::utility::IO_errorClass to report errors associated with IO operations
theplu::yat::utility::iterator_traits< Iter >
theplu::yat::utility::theplu::yat::utility::iterator_traits< StrideIterator< Iter > >
theplu::yat::utility::theplu::yat::utility::iterator_traits< WeightedIterator< DataIterator, WeightIterator > >
theplu::yat::utility::kNNIKNNimpute
theplu::yat::utility::Log< T >
theplu::yat::utility::MatrixInterface to GSL matrix
theplu::yat::utility::MatrixWeightedWeighted Matrix
theplu::yat::utility::NNIInterface class for nearest neighbour imputation (NNI) algorithms
theplu::yat::utility::OptionContainer of variables for an option
theplu::yat::utility::OptionArg< T >Option with argument
theplu::yat::utility::OptionFileClass for file related options
theplu::yat::utility::OptionHelpClass for help option
theplu::yat::utility::OptionInFileClass for file related options
theplu::yat::utility::OptionOutFileClass for file related options
theplu::yat::utility::OptionSwitchClass for switch option
theplu::yat::utility::pair_value_compare< T1, T2 >Functor comparing pairs using second
theplu::yat::utility::PairFirst< Pair >Functor that return std::pair.first
theplu::yat::utility::PairSecond< Pair >Functor that return std::pair.second
theplu::yat::utility::PCAPrincipal Component Analysis
theplu::yat::utility::Range< T >A class for storing a shallow copy of a Range
theplu::yat::utility::SmartPtr< T >
theplu::yat::utility::StrideIterator< Iter >Adaptor using a stride on underlying iterator
theplu::yat::utility::SVDSingular Value Decomposition
theplu::yat::utility::TypeInfoWrapper class for storing std::type_info
theplu::yat::utility::unweighted_iterator_tag
theplu::yat::utility::VectorThis is the yat interface to GSL vector
theplu::yat::utility::VectorBaseThis is the yat interface to GSL vector
theplu::yat::utility::VectorConstViewRead-only view
theplu::yat::utility::VectorMutableThis is the mutable interface to GSL vector
theplu::yat::utility::VectorViewThis is the yat interface to gsl_vector_view
theplu::yat::utility::weighted_if_any2< T1, T2 >
theplu::yat::utility::weighted_if_any3< T1, T2, T3 >
theplu::yat::utility::weighted_iterator_tag
theplu::yat::utility::weighted_iterator_traits< T >
theplu::yat::utility::theplu::yat::utility::weighted_iterator_traits< StrideIterator< Iter > >
theplu::yat::utility::theplu::yat::utility::weighted_iterator_traits< WeightedIterator< DataIterator, WeightIterator > >
theplu::yat::utility::WeightedIterator< DataIterator, WeightIterator >WeightedIterator
theplu::yat::utility::WeightIterator< Base >WeightIterator
theplu::yat::utility::WeNNIWeighted Nearest Neighbour Imputation

Generated on Tue Jan 18 02:20:10 2011 for yat by  doxygen 1.5.5