Home
last modified time | relevance | path

Searched refs:calcLabel (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp185 QLabel* calcLabel; member in View::Private
648 delete d->calcLabel; in ~View()
764 d->calcLabel = 0; in initView()
813 d->calcLabel = sb ? new QLabel(sb) : 0; in initView()
814 if (d->calcLabel) { in initView()
815 d->calcLabel->setContextMenuPolicy(Qt::CustomContextMenu); in initView()
816 addStatusBarItem(d->calcLabel, 0); in initView()
817 …connect(d->calcLabel , SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(statusBarClicked(QPo… in initView()
1886 if (d->calcLabel) in calcStatusBarOp()
1887 d->calcLabel->setText(QString(' ') + tmp + ' '); in calcStatusBarOp()
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/classification/
H A DNaiveBayesSuite.scala37 private def calcLabel(p: Double, pi: Array[Double]): Int = { method
60 val y = calcLabel(rnd.nextDouble(), _pi)
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/ml/classification/
H A DNaiveBayesSuite.scala327 private def calcLabel(p: Double, pi: Array[Double]): Int = { method
350 val y = calcLabel(rnd.nextDouble(), _pi)