#include <NCEM_Algo.hpp>
Inheritance diagram for NCEM_Algorithm:
Public Member Functions | |
NCEM_Algorithm (vector< double > bet, IID_Mixture *mod, Spatial_Data *spatd) | |
Constructor. | |
NCEM_Algorithm (double bet, IID_Mixture *mod, Spatial_Data *spatd) | |
Constructor. | |
NCEM_Algorithm (IID_Mixture *mod, Spatial_Data *spatd) | |
Constructor. | |
~NCEM_Algorithm () | |
Destructor. | |
void | Set_Beta (vector< double > bet) |
Set the Penalization factors. | |
void | Compute_fuzzy (uint i, vector< double > &probs) |
Compute fuzzy classification for point i. |