Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
featureSetStrata Class Reference

When building startas on a set of several features, we build a cartesian product of their combinations: e.g. More...

#include <FeatureProcess.h>

Inheritance diagram for featureSetStrata:
SerializableObject

Public Member Functions

size_t nStratas () const
 
void getFactors ()
 
int nValues () const
 
int getIndex (float missing_val, const vector< const vector< float > * > &strataValues, int row) const
 

Data Fields

vector< featureStratastratas
 
vector< int > factors
 

Detailed Description

When building startas on a set of several features, we build a cartesian product of their combinations: e.g.

when "strata": "Age,40,80,5:Gender,1,2,1" 9 Age bins X 2 Gender bins = a total of [18] strata


The documentation for this class was generated from the following file: