Muster
 All Classes Namespaces Files Functions Variables Typedefs Macros
trial Struct Reference

This struct represents parameters for a single trial run of kmedoids. More...

#include <trial.h>

Public Member Functions

 trial ()
 
 trial (size_t _k, size_t _rep, size_t _sample_size)
 
 trial (const trial &other)
 

Public Attributes

size_t k
 
size_t rep
 
size_t sample_size
 

Detailed Description

This struct represents parameters for a single trial run of kmedoids.

We generate a bunch of these to farm all the trials out to processes when doing parallel clustering.

Each trial has a particular k (number of clusters), sample size, and repetition number (for successive samples with the same k).

Definition at line 52 of file trial.h.

Constructor & Destructor Documentation

trial ( )
inline

Definition at line 57 of file trial.h.

trial ( size_t  _k,
size_t  _rep,
size_t  _sample_size 
)
inline

Definition at line 59 of file trial.h.

trial ( const trial other)
inline

Definition at line 62 of file trial.h.

Member Data Documentation

size_t k

Definition at line 53 of file trial.h.

size_t rep

Definition at line 54 of file trial.h.

size_t sample_size

Definition at line 55 of file trial.h.


The documentation for this struct was generated from the following file:
Muster. Copyright © 2010, Lawrence Livermore National Laboratory, LLNL-CODE-433662.
Distribution of Muster and its documentation is subject to terms of the Muster LICENSE.
Generated on Thu Sep 1 2016 using Doxygen 1.8.5