Home
last modified time | relevance | path

Searched refs:keepfirst (Results 1 – 8 of 8) sorted by relevance

/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 DFarthestPointsInitialMeans.java176 protected boolean keepfirst = false; field in FarthestPointsInitialMeans.Parameterizer
183 keepfirst = dropfirstP.isTrue(); in makeOptions()
189 return new FarthestPointsInitialMeans<>(rnd, !keepfirst); in makeInstance()
H A DFarthestSumPointsInitialMeans.java166 protected boolean keepfirst = false; field in FarthestSumPointsInitialMeans.Parameterizer
170 return new FarthestSumPointsInitialMeans<>(rnd, !keepfirst); in makeInstance()
/dports/www/py-spyne/spyne-2.13.16/spyne/util/
H A Dcoopmt.py72 def keepfirst(func): function
H A D__init__.py25 from spyne.util.coopmt import keepfirst
/dports/mail/nmh/nmh-1.7.1/test/
H A Dcommon.sh.in206 keepfirst=
211 'keep first') keepfirst=1 ;;
228 [ "$keepfirst" ] || rm -f "$first"
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Doptparse.pl342 duplicated_flags(oneof([keepfirst,keeplast,keepall])),
404 % Keep is one of =|keepfirst, keeplast, keepall|= with the obvious meaning.
955 remove_duplicates(keepfirst, OptsIn, OptsOut) :-
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dlll.c381 long keepfirst, long prec) in fplll() argument
447 if ((keepfirst && kappa == 2) || in fplll()
461 if (kappa < zeros+2 + (keepfirst ? 1: 0)) break; in fplll()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx3526 Standard_Boolean keepfirst = (wc < -1.e100), keeplast = (wc > 1.e100); in ChFi3d_IntCS() local
3528 if(keepfirst) temp = 1.e100; in ChFi3d_IntCS()
3542 if(keepfirst && pint.W() < temp) { in ChFi3d_IntCS()