Home | History | Annotate | Download | only in src

Lines Matching refs:fCT

142         fCT = defaultfCT2;
167 fCT = defaultfCT2;
257 virtual double getComplexityReductionThreshold() const { return fCT; }
258 virtual void setComplexityReductionThreshold(double ct) { fCT = (float)ct; }
290 << "complexityReductionThreshold" << fCT
307 fCT = (float)fn["complexityReductionThreshold"];
366 float fCT;//CT - complexity reduction prior
433 float fCT;//CT - complexity reduction prior
778 idxArg = kernel_apply.set(idxArg, (float)(-learningRate*fCT)); //prune
852 fVarInit, fVarMin, fVarMax, float(-learningRate*fCT), fTau,