Class: Mjai::Manue::DangerEstimator::DecisionNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/mjai/manue/danger_estimator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#average_probObject

Returns the value of attribute average_prob

Returns:

  • (Object)

    the current value of average_prob



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def average_prob
  @average_prob
end

#conf_intervalObject

Returns the value of attribute conf_interval

Returns:

  • (Object)

    the current value of conf_interval



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def conf_interval
  @conf_interval
end

#feature_nameObject

Returns the value of attribute feature_name

Returns:

  • (Object)

    the current value of feature_name



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def feature_name
  @feature_name
end

#negativeObject

Returns the value of attribute negative

Returns:

  • (Object)

    the current value of negative



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def negative
  @negative
end

#num_samplesObject

Returns the value of attribute num_samples

Returns:

  • (Object)

    the current value of num_samples



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def num_samples
  @num_samples
end

#positiveObject

Returns the value of attribute positive

Returns:

  • (Object)

    the current value of positive



419
420
421
# File 'lib/mjai/manue/danger_estimator.rb', line 419

def positive
  @positive
end