検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for predict (0.003 sec.)
Predict a value for previously unseen data 12286
« SVMModel::predict_probability SVMModel::save » PHP Manual SVMModel Predict a value for previou ... sly unseen data SVMModel::predict (PECL svm >= 0.1.0) SVMModel::predictPredict a ... e for previously unseen data 説明 public SVMModel::predict ( array $data ): float This function accepts an ar ... ray of data and attempts to predict the class or regression value based on the model e ... , but not necessarily continuous. 戻り値 Float the predicted value. This will be a class label in the case of ...
https://man.plustar.jp/php/svmmodel.predict.html - [similar]
Return class probabilities for previous unseen data 10978
« SVMModel::load SVMModel::predict » PHP Manual SVMModel Return class probabilities for previous ... unseen data SVMModel::predict_probability (PECL svm >= 0.1.4) SVMModel::predict_ ... ies for previous unseen data 説明 public SVMModel::predict_probability ( array $data ): float This function a ... ccepts an array of data and attempts to predict the class, as with the predict function. Additiona ... here the index is the class name and the value the predicted probability. 戻り値 Float the predicted value. T ...
https://man.plustar.jp/php/svmmodel.predict-probability.html - [similar]
SVMModel クラス 9560
« SVM::train SVMModel::checkProbabilityModel » PHP Manual SVM SVMModel クラス SVMModel クラス (P ... loat public load ( string $filename ): bool public predict_probability ( array $data ): float public predict ... ::load — 保管された SVM モデルを読み込み SVMModel::predict_probability — Return class probabilities for previ ... ous unseen data SVMModel::predictPredict a value for previously unseen data SVMMo ... ワード: SVMModel , public , クラス , モデル , data , predict , 訓練 , 取得 , checkProbabilityModel , string ...
https://man.plustar.jp/php/class.svmmodel.html - [similar]
サポートベクターマシン 8506
« StompException::getDetails はじめに » PHP Manual その他のサービス サポートベクターマシン サポー ... ::load — 保管された SVM モデルを読み込み SVMModel::predict_probability — Return class probabilities for previ ... ous unseen data SVMModel::predictPredict a value for previously unseen data SVMMo ... キーワード: SVMModel , モデル , 訓練 , 設定 , 取得 , predict , 新規 , 保管 , クラス , 構築 ...
https://man.plustar.jp/php/book.svm.html - [similar]
モデルをファイルに保管 7761
« SVMModel::predict SVN » PHP Manual SVMModel モデルをファイルに保管 SVMModel::save (PECL svm >= ... ファイル , save , filename , SVN , public , string , predict ...
https://man.plustar.jp/php/svmmodel.save.html - [similar]
7324
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... ng data to generate a model on, then make predictions based on the model. There are a default set of ... a model has been generated, it can be used to make predictions about previously unseen data. This can be pass ... ed as an array to the model's predict function, in the same format as before, but withou ... 3 , 3 => 0.12 , 9284 => 0.2 ); $result = $model -> predict ( $data ); var_dump ( $result ); $model -> save ( ...
https://man.plustar.jp/php/svm.examples.html - [similar]
保管された SVM モデルを読み込み 7106
« SVMModel::getSvrProbability SVMModel::predict_probability » PHP Manual SVMModel 保管された SVM ...
https://man.plustar.jp/php/svmmodel.load.html - [similar]
PREV 1 NEXT