37#ifndef STK_ICLUSTERMODELBASE_H
38#define STK_ICLUSTERMODELBASE_H
In this file we implement the final class CArrayPoint.
In this file we implement the final class CArrayVector.
In this file we define the interface base class IStatModelBase.
Base class for clustering models.
CPointX pk_
The proportions of each mixtures.
CPointX const & pk() const
void setNbCluster(int nbCluster)
set the number of cluster of the model
IClusterModelBase(int nbSample, int nbCluster)
Constructor.
IClusterModelBase(int nbCluster)
Constructor.
int nbCluster_
number of cluster.
IClusterModelBase(IClusterModelBase const &model)
copy constructor.
CVectorXi const & zi() const
virtual ~IClusterModelBase()
destructor
CVectorXi zi_
The zi class label.
Interface base class for all Statistical Models.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
The namespace STK is the main domain space of the Statistical ToolKit project.