⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hidden_units.h

📁 预测神经网络
💻 H
字号:
// Hidden_units.h: interface for the Hidden_units class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_HIDDEN_UNITS_H__9BE8DF64_EE51_11D6_A51F_00000E98E3F5__INCLUDED_)
#define AFX_HIDDEN_UNITS_H__9BE8DF64_EE51_11D6_A51F_00000E98E3F5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "Processing_units.h"

class Hidden_units : public Processing_units  
{
public:
	Hidden_units();
  void calculate_hidden_error_information_term(float afun);
};

#endif // !defined(AFX_HIDDEN_UNITS_H__9BE8DF64_EE51_11D6_A51F_00000E98E3F5__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -