www.pudn.com > JingXiang-Design-Jeff.rar > SwitchForMethod_0.h
// SwitchForMethod_0.h: interface for the SwitchForMethod_0 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SWITCHFORMETHOD_0_H__788004C0_30FA_11D4_A611_E5E166D90D0A__INCLUDED_)
#define AFX_SWITCHFORMETHOD_0_H__788004C0_30FA_11D4_A611_E5E166D90D0A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class SwitchForMethod_0 // 最大方差阈值法算法类
{
public:
void Get_Input(float *pInput,int ElementNum);
int GetBestSwitchForLancet(void);
float Get_FangCha(void);
float MIU_Total_Inside;
float Get_MIU_Total(void);
float MIU_1_Inside;
float MIU_0_Inside;
BOOL Get_MIU_0_1(int Border);
BOOL Get_OMIGA_0_1(int Border);
int InputArrayElementNum;
float* pInputArray;
SwitchForMethod_0(float *pInput,int ElementNum);
SwitchForMethod_0();
float OMIGA_1_Inside;
float OMIGA_0_Inside;
virtual ~SwitchForMethod_0();
private:
};
#endif // !defined(AFX_SWITCHFORMETHOD_0_H__788004C0_30FA_11D4_A611_E5E166D90D0A__INCLUDED_)