関数名 Function name |
機能・用途 Purpose |
ML_output_model_parameters 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
推定したモデルパラメータ\(W_{j,i}^{(m)}\)をファイルに出力する。 Output the estimated model parameters \(W_{j,i}^{(m)}\) to a file. |
ML_output_synthetic_probabilities 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
推定した最適モデルのもとでの
教師データにおける出力層の変数の理論値\(x_i^{(M+1,n)}\)を、
教師データにおける分類クラスの正解\(c^{(n)}\)と合わせて
ファイルに出力する。 Output the synthetic values of the variables of teaching data in the output layer (\(x_i^{(M+1,n)}\)), calculated by the estimated optimal model, and the correct classes (\(c^{(n)}\)) of the teaching data, to a file. |
ML_output_probabilities 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
推定した最適モデルのもとでの
教師データにおける出力層の変数の理論値\(x_i^{(M+1,n)}\)を、
教師データにおける確率の正解\(t_i^{(n)}\)と合わせて
ファイルに出力する。 Output the synthetic values of the variables of teaching data in the output layer (\(x_i^{(M+1,n)}\)), calculated by the estimated optimal model, and the correct probabilities (\(t_i^{(n)}\)) of the teaching data, to a file. |
ML_read_model_parameters 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
モデルパラメータ\(W_{j,i}^{(m)}\)をファイルから読み込む。 Read model parameters \(W_{j,i}^{(m)}\) from a file. |