Home
last modified time | relevance | path

Searched defs:predictedLabels (Results 1 – 25 of 25) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dperceptron_test.cpp123 Row<size_t> predictedLabels(testData.n_cols); variable
149 Row<size_t> predictedLabels(testData.n_cols); variable
176 Row<size_t> predictedLabels(testData.n_cols); variable
201 Row<size_t> predictedLabels(testData.n_cols); variable
229 Row<size_t> predictedLabels(testData.n_cols); variable
H A Dcv_test.cpp63 arma::Row<size_t> predictedLabels("0 0 0 0 0 1 1 1 1 1"); variable
88 arma::Row<size_t> predictedLabels("0 0 0 0 0 1 1 1 1 1"); variable
111 arma::Row<size_t> predictedLabels("0 0 1 1 2 2 2 2 3 3 3 3"); variable
408 arma::Row<size_t> predictedLabels; in PredictLabelsWithDT() local
434 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(testData, variable
441 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(testData, variable
448 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(testData, variable
455 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(testData, variable
563 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(data, data, labels, variable
572 arma::Row<size_t> predictedLabels = PredictLabelsWithDT(data, data, variable
[all …]
H A Ddecision_stump_test.cpp46 Row<size_t> predictedLabels; variable
110 Row<size_t> predictedLabels; variable
141 Row<size_t> predictedLabels; variable
171 Row<size_t> predictedLabels; variable
206 Row<size_t> predictedLabels; variable
344 Row<size_t> predictedLabels(testingData.n_cols); variable
378 arma::Row<size_t> predictedLabels; variable
H A Dadaboost_test.cpp56 arma::Row<size_t> predictedLabels; variable
102 arma::Row<size_t> predictedLabels; variable
140 arma::Row<size_t> predictedLabels; variable
184 arma::Row<size_t> predictedLabels; variable
222 arma::Row<size_t> predictedLabels; variable
266 arma::Row<size_t> predictedLabels; variable
303 arma::Row<size_t> predictedLabels; variable
352 arma::Row<size_t> predictedLabels; variable
392 arma::Row<size_t> predictedLabels; variable
437 arma::Row<size_t> predictedLabels; variable
[all …]
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Metric/
H A DClassificationReport.php57 …public function __construct(array $actualLabels, array $predictedLabels, int $average = self::MACR…
94 … private function aggregateClassificationResults(array $actualLabels, array $predictedLabels): void
225 private static function getLabelIndexedArray(array $actualLabels, array $predictedLabels): array
H A DAccuracy.php16 … public static function score(array $actualLabels, array $predictedLabels, bool $normalize = true)
H A DConfusionMatrix.php9 …public static function compute(array $actualLabels, array $predictedLabels, array $labels = []): a…
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Metric/
H A DClassificationReport.php57 …public function __construct(array $actualLabels, array $predictedLabels, int $average = self::MACR…
94 … private function aggregateClassificationResults(array $actualLabels, array $predictedLabels): void
225 private static function getLabelIndexedArray(array $actualLabels, array $predictedLabels): array
H A DAccuracy.php16 … public static function score(array $actualLabels, array $predictedLabels, bool $normalize = true)
H A DConfusionMatrix.php9 …public static function compute(array $actualLabels, array $predictedLabels, array $labels = []): a…
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Metric/
H A DClassificationReport.php57 …public function __construct(array $actualLabels, array $predictedLabels, int $average = self::MACR…
94 … private function aggregateClassificationResults(array $actualLabels, array $predictedLabels): void
225 private static function getLabelIndexedArray(array $actualLabels, array $predictedLabels): array
H A DAccuracy.php16 … public static function score(array $actualLabels, array $predictedLabels, bool $normalize = true)
H A DConfusionMatrix.php9 …public static function compute(array $actualLabels, array $predictedLabels, array $labels = []): a…
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/cv/metrics/
H A Dprecision_impl.hpp38 arma::Row<size_t> predictedLabels; in Evaluate() local
69 arma::Row<size_t> predictedLabels; in Evaluate() local
H A Drecall_impl.hpp38 arma::Row<size_t> predictedLabels; in Evaluate() local
69 arma::Row<size_t> predictedLabels; in Evaluate() local
H A Df1_impl.hpp38 arma::Row<size_t> predictedLabels; in Evaluate() local
75 arma::Row<size_t> predictedLabels; in Evaluate() local
H A Daccuracy_impl.hpp27 arma::Row<size_t> predictedLabels; in Evaluate() local
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/adaboost/
H A Dadaboost_impl.hpp88 arma::Row<size_t> predictedLabels(labels.n_cols); in Train() local
211 arma::Row<size_t>& predictedLabels) in Classify()
225 arma::Row<size_t>& predictedLabels, in Classify()
H A Dadaboost_main.cpp246 Row<size_t> predictedLabels(testingData.n_cols); in mlpackMain() local
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/decision_stump/
H A Ddecision_stump_main.cpp191 Row<size_t> predictedLabels(testingData.n_cols); in mlpackMain() local
H A Ddecision_stump_impl.hpp150 arma::Row<size_t>& predictedLabels) in Classify()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/perceptron/
H A Dperceptron_main.cpp312 Row<size_t> predictedLabels(testData.n_cols); in mlpackMain() local
H A Dperceptron_impl.hpp107 arma::Row<size_t>& predictedLabels) in Classify()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/linear_svm/
H A Dlinear_svm_main.cpp270 arma::Row<size_t> predictedLabels; in mlpackMain() local
/dports/biology/mothur/mothur-1.46.1/source/svm/
H A Dsvm.cpp310 …const SVM& svm, const LabeledObservationVector& actualLabels, const LabelVector& predictedLabels) { in init()