Home
last modified time | relevance | path

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

12345678910>>...21

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/
H A DScripting.cs56 public static class Train class in OpenBve.Scripting
61 public static int numberOfCars(TrainBase Train) in numberOfCars()
299 public static double doors(TrainBase Train) in doors()
341 public static double leftDoors(TrainBase Train) in leftDoors()
512 public static int powerNotch(TrainBase Train) in powerNotch()
521 public static int powerNotches(TrainBase Train) in powerNotches()
530 public static int brakeNotch(TrainBase Train) in brakeNotch()
539 public static int brakeNotches(TrainBase Train) in brakeNotches()
607 public static bool hasAirBrake(TrainBase Train) in hasAirBrake()
616 public static bool holdBrake(TrainBase Train) in holdBrake()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/doc/
H A Dvillage.tex165 \subsection{Train} subsection
183 \subsubsection{How to Train a Unit}
207 \subsubsection{How to Train more than one Unit at a time}
235 \subsubsection{Construction}
258 \subsubsection{Leadership}
275 \subsubsection{Mining}
297 \subsubsection{Manufacturing}
311 \subsubsection{Research}
320 \subsubsection{Spying}
341 \subsubsection{More Details on all Trained Units}
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pom-1.1.0/src/
H A Dtrain.rs4 pub trait Train<K> { interface
21 impl Train<u8> for [u8] { impl
34 impl Train<u8> for [u8; $n] { impl
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteManager2/Events/
H A DSignalSection.cs68 private void UpdateFrontBackward(AbstractTrain Train) in UpdateFrontBackward()
98 private void UpdateFrontForward(AbstractTrain Train) in UpdateFrontForward()
129 private void UpdateRearBackward(AbstractTrain Train) in UpdateRearBackward()
139 private void UpdateRearForward(AbstractTrain Train) in UpdateRearForward()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/dists/
H A Dregression_distribution.cpp24 void RegressionDistribution::Train(const arma::mat& observations) in Train() function in RegressionDistribution
39 void RegressionDistribution::Train(const arma::mat& observations, in Train() function in RegressionDistribution
45 void RegressionDistribution::Train(const arma::mat& observations, in Train() function in RegressionDistribution
H A Dgaussian_distribution.cpp89 void GaussianDistribution::Train(const arma::mat& observations) in Train() function in GaussianDistribution
133 void GaussianDistribution::Train(const arma::mat& observations, in Train() function in GaussianDistribution
H A Ddiscrete_distribution.cpp56 void DiscreteDistribution::Train(const arma::mat& observations) in Train() function in DiscreteDistribution
110 void DiscreteDistribution::Train(const arma::mat& observations, in Train() function in DiscreteDistribution
H A Ddiagonal_gaussian_distribution.cpp71 void DiagonalGaussianDistribution::Train(const arma::mat& observations) in Train() function in DiagonalGaussianDistribution
98 void DiagonalGaussianDistribution::Train(const arma::mat& observations, in Train() function in DiagonalGaussianDistribution
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Simulation/TrainManager/Train/
H A DTrain.cs8 internal class Train : AbstractTrain class in TrainEditor2.Simulation.TrainManager.TrainManager
12 internal Train() in Train() method in TrainEditor2.Simulation.TrainManager.TrainManager.Train
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-rem_nn_wrapper.adb476 procedure Train (Num_Tasks : in Positive := 1) is subprogram
503 Output.Train (Node => Output_Node (Node), ID => Node); argument
532 Hidden.Train (Node => Hidden_Node (Node), ID => Node); argument
582 procedure Train (Node : in out Node_Handle; ID : in Hidden_ID) is subprogram
586 begin -- Train argument
588 Sum_Stars : for O_ID in Output_ID loop
620 end Train; argument
674 procedure Train (Node : in out Node_Handle; ID : in Output_ID) is subprogram
676 begin -- Train argument
686 Adjust_Stars : for H_ID in Hidden_ID loop
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DTrainManagerR.cs26 internal class Train : TrainBase { class in RouteViewer.TrainManager
27 internal Train() : base(TrainState.Pending) in Train() method in RouteViewer.TrainManager.Train
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteManager2/SignalManager/
H A DSection.cs66 public void Enter(AbstractTrain Train) in Enter()
84 public void Leave(AbstractTrain Train) in Leave()
106 public bool Exists(AbstractTrain Train) in Exists()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/fastmks/
H A Dfastmks_impl.hpp272 void FastMKS<KernelType, MatType, TreeType>::Train(const MatType& referenceSet) in Train() function in mlpack::fastmks::FastMKS
294 void FastMKS<KernelType, MatType, TreeType>::Train(const MatType& referenceSet, in Train() function in mlpack::fastmks::FastMKS
318 void FastMKS<KernelType, MatType, TreeType>::Train(MatType&& referenceSet) in Train() function in mlpack::fastmks::FastMKS
344 void FastMKS<KernelType, MatType, TreeType>::Train(MatType&& referenceSet, in Train() function in mlpack::fastmks::FastMKS
372 void FastMKS<KernelType, MatType, TreeType>::Train(Tree* tree) in Train() function in mlpack::fastmks::FastMKS
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DTrain.cs16 internal class Train : BindableBase, ICloneable class
61 internal Train() in Train() method in TrainEditor2.Models.Trains.Train
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/
H A DTrainManager.cs55 public static void UnderailTrain(TrainBase Train) in UnderailTrain()
84 internal static void UpdateTrainMassFromPassengerRatio(TrainBase Train) in UpdateTrainMassFromPassengerRatio()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/optimizer/
H A DLoss.hpp15 namespace Train { namespace
H A DLearningRateScheduler.hpp16 namespace Train { namespace
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/linear_regression/
H A Dlinear_regression.cpp37 double LinearRegression::Train(const arma::mat& predictors, in Train() function in LinearRegression
44 double LinearRegression::Train(const arma::mat& predictors, in Train() function in LinearRegression
/dports/misc/mnn/MNN-1.2.0/tools/train/source/data/
H A DExample.hpp19 namespace Train { namespace
H A DSampler.hpp16 namespace Train { namespace
/dports/misc/mnn/MNN-1.2.0/tools/train/source/models/
H A DMobilenetUtils.hpp13 namespace Train { namespace
/dports/misc/mnn/MNN-1.2.0/tools/train/source/parameters/
H A DDistributions.hpp16 namespace Train { namespace
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/gmm/
H A Ddiagonal_gmm_impl.hpp24 double DiagonalGMM::Train(const arma::mat& observations, in Train() function in mlpack::gmm::DiagonalGMM
109 double DiagonalGMM::Train(const arma::mat& observations, in Train() function in mlpack::gmm::DiagonalGMM
H A Dgmm_impl.hpp27 double GMM::Train(const arma::mat& observations, in Train() function in mlpack::gmm::GMM
109 double GMM::Train(const arma::mat& observations, in Train() function in mlpack::gmm::GMM
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/random_forest/
H A Drandom_forest_impl.hpp156 >::Train(const MatType& dataset, in Train() function in mlpack::tree::RandomForest
187 >::Train(const MatType& dataset, in Train() function in mlpack::tree::RandomForest
218 >::Train(const MatType& dataset, in Train() function in mlpack::tree::RandomForest
249 >::Train(const MatType& dataset, in Train() function in mlpack::tree::RandomForest
455 >::Train(const MatType& dataset, in Train() function in mlpack::tree::RandomForest

12345678910>>...21