Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
Sample Class Reference

#include <sample.h>

Public Member Functions

 Sample ()=default
 
 ~Sample ()=default
 
 Sample (const Sample &other)=delete
 
 Sample (Sample &&other)=delete
 

Static Public Member Functions

static void clusterSampleSelf (const std::string &blkAttr, double clusterTau, double blkTau, const std::string &pathTableA, const std::string &pathTableB, const std::string &defaultOutputDir="")
 
static void clusterSampleRS (const std::string &blkAttr, double clusterTau, double blkTau, double step2Tau, const std::string &pathTableA, const std::string &pathTableB, const std::string &defaultOutputDir="")
 
static void downSample (ui n, ui y, const std::string &blkAttr, bool isRS, const std::string &pathTableA, const std::string &pathTableB, const std::string &defaultOutputDir="")
 
static void preSample (ui n, int datanum, const std::string &blkAttr, const std::string &pathZ, const std::string &pathY, const std::string &defaultOutputDir="")
 

Constructor & Destructor Documentation

◆ Sample() [1/3]

Sample::Sample ( )
default

◆ ~Sample()

Sample::~Sample ( )
default

◆ Sample() [2/3]

Sample::Sample ( const Sample & other)
delete

◆ Sample() [3/3]

Sample::Sample ( Sample && other)
delete

Member Function Documentation

◆ clusterSampleRS()

void Sample::clusterSampleRS ( const std::string & blkAttr,
double clusterTau,
double blkTau,
double step2Tau,
const std::string & pathTableA,
const std::string & pathTableB,
const std::string & defaultOutputDir = "" )
static

◆ clusterSampleSelf()

void Sample::clusterSampleSelf ( const std::string & blkAttr,
double clusterTau,
double blkTau,
const std::string & pathTableA,
const std::string & pathTableB,
const std::string & defaultOutputDir = "" )
static

◆ downSample()

void Sample::downSample ( ui n,
ui y,
const std::string & blkAttr,
bool isRS,
const std::string & pathTableA,
const std::string & pathTableB,
const std::string & defaultOutputDir = "" )
static

◆ preSample()

void Sample::preSample ( ui n,
int datanum,
const std::string & blkAttr,
const std::string & pathZ,
const std::string & pathY,
const std::string & defaultOutputDir = "" )
static

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