-
…New?": real(8) function gepRamp1(x) …
if end function gepRamp1 real(8) function …
gepRamp2(x) …
if end function gepRamp2 real(8) function …
gepRamp3(x) …
-
…Mini-Release 1: function gepRamp1(x: in long_float) return long_float is …
if; end gepRamp1; function …
gepRamp2(x: in long_float) return long_float is …
if; end gepRamp2; function …
gepRamp3(x: in long_float) return long_float is …
-
…GeneXproTools 5.0 with Mini-Release 1: function gepRamp1(x: real): real; begin …
gepRamp1 := x else …
gepRamp1 := 0.0; end; function gepRamp2(x: real): …
gepRamp2 := 0.0 else …
gepRamp2 := x; end; function gepRamp3(x: real): real; …
-
…of GeneXproTools 5.0 with Mini-Release 1: gepRamp1 <- function(x) { …
(0.0) } gepRamp2 <- function(x) { …
(x) } gepRamp3 <- function(x) { …
(-x) } gepRamp4 <- function(x) { …
(0.0) } gepStep1 <- function(x) { …
-
…of GeneXproTools 5.0 with Mini-Release 1: def gepRamp1(x): if (x > 0.0): …
0.0 def gepRamp2(x): if (x > 0.0): …
x def gepRamp3(x): if (x > 0.0): …
-x def gepRamp4(x): if (x > 0.0): …
0.0 def gepStep1(x): if (x > 0.0): …
-
…GeneXproTools 5.0 with Mini-Release 1: function gepRamp1($x) { if ($x > …
0.0; } function gepRamp2($x) { if ($x > …
$x; } function gepRamp3($x) { if ($x > …
-$x; } function gepRamp4($x) { if ($x > …
0.0; } function gepStep1($x) { if ($x > …
-
…5.0 with Mini-Release 1: function result = gepRamp1(x) if (x > 0.0), …
= 0.0; end function result = gepRamp2(x) if (x > 0.0), …
= x; end function result = gepRamp3(x) if (x > 0.0), …
= -x; end function result = gepRamp4(x) if (x > 0.0), …
= 0.0; end function result = gepStep1(x) if (x > 0.0), …
-
…5.0 with Mini-Release 1: function result = gepRamp1(x) if (x > 0.0) …
endfunction function result = gepRamp2(x) if (x > 0.0) …
endfunction function result = gepRamp3(x) if (x > 0.0) …
endfunction function result = gepRamp4(x) if (x > 0.0) …
endfunction function result = gepStep1(x) if (x > 0.0) …
-
-
…by GeneXproTools 5.0 on 1/29/2014 11:20:26 PM // GEP File: C:\Program Files\GeneXproTools …
50\SampleRuns\ConcreteStrength.gep // Training Records: 687 // Validation …
package gepModel import ( "math" ) …
func gepModel(d []float64) float64 { …
(gep3Rt(((d[1]*d[7])+(d[0]*d[7])))+(((d[1]/G1C2)+gep3Rt(d[6]))/2.0)) y += …