Home
last modified time | relevance | path

Searched refs:modeldir (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/moodle310/moodle/analytics/classes/
H A Dpackable.php43 * @param string $modeldir The directory that contains the trained model.
46 public function export(string $uniqueid, string $modeldir) : string; argument
52 * @param string $modeldir The directory that will contain the trained model.
56 public function import(string $uniqueid, string $modeldir, string $importdir) : bool; argument
/dports/www/moodle311/moodle/analytics/classes/
H A Dpackable.php43 * @param string $modeldir The directory that contains the trained model.
46 public function export(string $uniqueid, string $modeldir) : string; argument
52 * @param string $modeldir The directory that will contain the trained model.
56 public function import(string $uniqueid, string $modeldir, string $importdir) : bool; argument
/dports/www/moodle39/moodle/analytics/classes/
H A Dpackable.php43 * @param string $modeldir The directory that contains the trained model.
46 public function export(string $uniqueid, string $modeldir) : string; argument
52 * @param string $modeldir The directory that will contain the trained model.
56 public function import(string $uniqueid, string $modeldir, string $importdir) : bool; argument
/dports/biology/infernal/infernal-1.1.3/rmark/
H A Dx-nhmmer34 ($execdir, $scriptdir, $modeldir, $resultdir, $optsfile, $tblfile, $msafile, $posfile, $fafile, $ou…
55 if (! -d $modeldir) { die "didn't find model directory $modeldi…
74 if(! -e "$modeldir/$msaname.hmm") { die "didn't find model file $modeldir/$msaname.hmm"; }
79 $modeldir = $resultdir; # we'll fetch the models and read them from the $resultdir/
109 …$status = system("$nhmmer $searchopts --tblout $resultdir/$msaname.tmp $modeldir/$msaname.hmm $faf…
H A Drmark-master.pl113 ($execdir, $scriptdir, $modeldir, $resultdir, $optsfile, $benchmark_pfx, $rmark_script) = @ARGV;
131 if (! -d $modeldir) { die "didn't find model directory $modeldi…
268 …_pass $z_opt_to_pass $h_opt_to_pass -M $mpi_nprocs $execdir $scriptdir $modeldir $resultdir $optsf…
272 …c_opt $x_opt_to_pass $z_opt_to_pass $h_opt_to_pass $execdir $scriptdir $modeldir $resultdir $optsf…
286 …_pass $z_opt_to_pass $h_opt_to_pass -M $mpi_nprocs $execdir $scriptdir $modeldir $resultdir $optsf…
287 …_pass $z_opt_to_pass $h_opt_to_pass -M $mpi_nprocs $execdir $scriptdir $modeldir $resultdir $optsf…
293 …c_opt $x_opt_to_pass $z_opt_to_pass $h_opt_to_pass $execdir $scriptdir $modeldir $resultdir $optsf…
294 …c_opt $x_opt_to_pass $z_opt_to_pass $h_opt_to_pass $execdir $scriptdir $modeldir $resultdir $optsf…
H A Dx-cmsearch66 ($execdir, $scriptdir, $modeldir, $resultdir, $optsfile, $tblfile, $msafile, $posfile, $fafile, $ou…
130 if(! -e "$modeldir/$msaname.cm") { die "didn't find model file $modeldir/$msaname.cm"; }
140 $modeldir = $resultdir; # we'll build the models and read them from the $resultdir/
143 $modeldir = $resultdir; # we'll fetch the models and read them from the $resultdir/
168 $cmfile = "$modeldir/$msaname.cm";
H A Dx-nhmmer2cmsearch42 ($execdir, $scriptdir, $modeldir, $resultdir, $optsfile, $tblfile, $msafile, $posfile, $fafile, $ou…
117 $modeldir = $resultdir; # we'll fetch the models and read them from the $resultdir/
152 …earchopts $fam_searchopts_H{$msaname} --tblout $resultdir/$msaname.tmp $modeldir/$msaname.hmm $faf…
204 …earch --toponly $cmsearch_searchopts --tabfile $resultdir/$msaname.tmp $modeldir/$msaname.cm $filt…
209 …earch --toponly $cmsearch_searchopts --tabfile $resultdir/$msaname.tmp $modeldir/$msaname.cm $filt…
/dports/www/moodle310/moodle/lib/mlbackend/php/classes/
H A Dprocessor.php463 * @param string $modeldir The directory that contains the trained model.
466 public function export(string $uniqueid, string $modeldir) : string { argument
468 $modelfilepath = $this->get_model_filepath($modeldir);
475 return $modeldir;
482 * @param string $modeldir The directory that will contain the trained model.
486 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
489 $modelfilepath = $this->get_model_filepath($modeldir);
521 * @param string $modeldir The model directory
524 protected function get_model_filepath(string $modeldir) : string { argument
526 return $modeldir . DIRECTORY_SEPARATOR . self::MODEL_FILENAME;
/dports/www/moodle311/moodle/lib/mlbackend/php/classes/
H A Dprocessor.php463 * @param string $modeldir The directory that contains the trained model.
466 public function export(string $uniqueid, string $modeldir) : string { argument
468 $modelfilepath = $this->get_model_filepath($modeldir);
475 return $modeldir;
482 * @param string $modeldir The directory that will contain the trained model.
486 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
489 $modelfilepath = $this->get_model_filepath($modeldir);
521 * @param string $modeldir The model directory
524 protected function get_model_filepath(string $modeldir) : string { argument
526 return $modeldir . DIRECTORY_SEPARATOR . self::MODEL_FILENAME;
/dports/www/moodle39/moodle/lib/mlbackend/php/classes/
H A Dprocessor.php463 * @param string $modeldir The directory that contains the trained model.
466 public function export(string $uniqueid, string $modeldir) : string { argument
468 $modelfilepath = $this->get_model_filepath($modeldir);
475 return $modeldir;
482 * @param string $modeldir The directory that will contain the trained model.
486 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
489 $modelfilepath = $this->get_model_filepath($modeldir);
521 * @param string $modeldir The model directory
524 protected function get_model_filepath(string $modeldir) : string { argument
526 return $modeldir . DIRECTORY_SEPARATOR . self::MODEL_FILENAME;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_scene_from_nvm_txt_process.cxx72 std::string modeldir= pro.get_input<std::string>(8); in boxm2_scene_from_nvm_txt_process() local
89 const std::string& scene_dir = modeldir; in boxm2_scene_from_nvm_txt_process()
105 if (modeldir != "") in boxm2_scene_from_nvm_txt_process()
108 std::string krt_dir = modeldir + "/cams_krt"; in boxm2_scene_from_nvm_txt_process()
109 std::string img_dir = modeldir + "/imgs"; in boxm2_scene_from_nvm_txt_process()
110 if (! vul_file::make_directory_path( modeldir.c_str() ) || in boxm2_scene_from_nvm_txt_process()
/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dq3charmodel.h29 Q3CharModel(const std::string& modeldir,
32 { load(modeldir, skin); }
34 bool load(const std::string& modeldir, const std::string& skin = "default");
H A Dq3charmodel.cpp20 bool Q3CharModel::load(const string& modeldir, const string& skin) in load() argument
22 m_modeldir = modeldir; in load()
25 m_lower.load(modeldir + "/lower.md3", skin); in load()
26 m_upper.load(modeldir + "/upper.md3", skin); in load()
27 m_head.load(modeldir + "/head.md3", skin); in load()
/dports/www/moodle310/moodle/lib/mlbackend/python/classes/
H A Dprocessor.php375 * @param string $modeldir The directory that contains the trained model.
378 public function export(string $uniqueid, string $modeldir) : string { argument
387 … list($exportdir, $exitcode) = $this->exec_command('export', [$uniqueid, $modeldir, $exporttmpdir],
397 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir)];
419 * @param string $modeldir The directory that will contain the trained model.
423 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
428 … list($result, $exitcode) = $this->exec_command('import', [$uniqueid, $modeldir, $importdir],
445 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir),
/dports/www/moodle39/moodle/lib/mlbackend/python/classes/
H A Dprocessor.php375 * @param string $modeldir The directory that contains the trained model.
378 public function export(string $uniqueid, string $modeldir) : string { argument
387 … list($exportdir, $exitcode) = $this->exec_command('export', [$uniqueid, $modeldir, $exporttmpdir],
397 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir)];
419 * @param string $modeldir The directory that will contain the trained model.
423 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
428 … list($result, $exitcode) = $this->exec_command('import', [$uniqueid, $modeldir, $importdir],
445 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir),
/dports/www/moodle311/moodle/lib/mlbackend/python/classes/
H A Dprocessor.php375 * @param string $modeldir The directory that contains the trained model.
378 public function export(string $uniqueid, string $modeldir) : string { argument
387 … list($exportdir, $exitcode) = $this->exec_command('export', [$uniqueid, $modeldir, $exporttmpdir],
397 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir)];
419 * @param string $modeldir The directory that will contain the trained model.
423 public function import(string $uniqueid, string $modeldir, string $importdir) : bool { argument
428 … list($result, $exitcode) = $this->exec_command('import', [$uniqueid, $modeldir, $importdir],
445 $requestparams = ['uniqueid' => $uniqueid, 'dirhash' => $this->hash_dir($modeldir),
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/www/htg/src/
H A Dhtg2html117 $htgbindir/htgtcl $htgbindir/htg -v $verbose -d "$modeldir" $optm \
157 modeldir=""
181 -d) modeldir=$2 ; shift 2 ;;
/dports/textproc/yamcha/yamcha-0.33/
H A Dyamcha-config.in17 [--modeldir]
81 --modeldir)

123