Home
last modified time | relevance | path

Searched refs:updateWeights (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyClpDualRowPivotBase.pyx19 return (<CyClpDualRowPivotBase>(ptr)).updateWeights(inp, spare, spare2, updatedColumn)
52 cdef double updateWeights(self, CppCoinIndexedVector* inp, member in CyClpDualRowPivotBase
56 raise Exception('CyClpDualRowPivotBase.pyx: updateWeights should ' \
H A DCyDualPivotPythonBase.pyx25 cdef double updateWeights(self, CppCoinIndexedVector* inp, member in CyDualPivotPythonBase
37 return self.dualPivotMethodObject.updateWeights(cyinp, cyspare, cyspare2, cyupdatedColumn)
H A DCyClpDualRowPivotBase.pxd48 double updateWeights(CppCoinIndexedVector* inp,
79 cdef double updateWeights(self, CppCoinIndexedVector* inp, member in CyClpDualRowPivotBase
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/kmeans/initialization/
H A DKMeansPlusPlusInitialMeans.java193 weightsum = updateWeights(weights, ids, newmean, distQ); in chooseRemaining()
238 weightsum = updateWeights(weights, ids, it, distQ); in chooseRemaining()
251 …private static double updateWeights(WritableDoubleDataStore weights, DBIDs ids, DBIDRef latest, Di… in updateWeights() method in KMeansPlusPlusInitialMeans
277 …private static double updateWeights(WritableDoubleDataStore weights, DBIDs ids, NumberVector lates… in updateWeights() method in KMeansPlusPlusInitialMeans
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpDualRowDantzig.hpp30 virtual double updateWeights(CoinIndexedVector *input,
H A DClpPEDualRowDantzig.hpp52 virtual double updateWeights(CoinIndexedVector *input,
H A DAbcDualRowDantzig.hpp30 virtual double updateWeights(CoinIndexedVector &input, CoinIndexedVector &updatedColumn);
H A DClpPEPrimalColumnSteepest.hpp78 virtual void updateWeights(CoinIndexedVector *input);
H A DClpPEDualRowDantzig.cpp284 double ClpPEDualRowDantzig::updateWeights(CoinIndexedVector *input, in updateWeights() function in ClpPEDualRowDantzig
289 double value = ClpDualRowDantzig::updateWeights(input, spare, spare2, updatedColumn); in updateWeights()
H A DAbcPrimalColumnPivot.cpp61 void AbcPrimalColumnPivot::updateWeights(CoinIndexedVector *) in updateWeights() function in AbcPrimalColumnPivot
H A DClpPrimalColumnPivot.cpp61 void ClpPrimalColumnPivot::updateWeights(CoinIndexedVector *) in updateWeights() function in ClpPrimalColumnPivot
H A DClpDualRowPivot.hpp33 virtual double updateWeights(CoinIndexedVector *input,
H A DAbcPrimalColumnPivot.hpp56 virtual void updateWeights(CoinIndexedVector *input);
H A DClpPrimalColumnPivot.hpp57 virtual void updateWeights(CoinIndexedVector *input);
H A DAbcDualRowPivot.hpp36 virtual double updateWeights(CoinIndexedVector &input, CoinIndexedVector &updateColumn) = 0;
H A DAbcSimplexFactorization.hpp270 void updateWeights(CoinIndexedVector &regionSparse) const in updateWeights() function in AbcSimplexFactorization
273 coinAbcFactorization_->updateWeights(regionSparse); in updateWeights()
H A DCoinAbcDenseFactorization.hpp374 virtual void updateWeights(CoinIndexedVector &regionSparse) const = 0;
585 virtual void updateWeights(CoinIndexedVector &regionSparse) const;
/dports/math/ogdf/OGDF/include/coin/
H A DClpDualRowDantzig.hpp31 virtual double updateWeights(CoinIndexedVector * input,
H A DClpDualRowPivot.hpp34 virtual double updateWeights(CoinIndexedVector * input,
H A DClpPrimalColumnPivot.hpp57 virtual void updateWeights(CoinIndexedVector * input);
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DAdaBoost.php134 $this->updateWeights($classifier, $alpha);
237 protected function updateWeights(Classifier $classifier, float $alpha): void function in Phpml\\Classification\\Ensemble\\AdaBoost
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DAdaBoost.php134 $this->updateWeights($classifier, $alpha);
237 protected function updateWeights(Classifier $classifier, float $alpha): void function in Phpml\\Classification\\Ensemble\\AdaBoost
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DAdaBoost.php134 $this->updateWeights($classifier, $alpha);
237 protected function updateWeights(Classifier $classifier, float $alpha): void function in Phpml\\Classification\\Ensemble\\AdaBoost
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPrimalColumnPivot.cpp66 ClpPrimalColumnPivot::updateWeights(CoinIndexedVector *) in updateWeights() function in ClpPrimalColumnPivot
/dports/devel/py-dynrules/dynrules-0.1.0/cplusplus/src/
H A DRuleSet.h134 void updateWeights (void *fitness);

1234