Class: AdaBoost::Distribution

Inherits:
Struct
  • Object
show all
Defined in:
lib/adaboost/features_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#negativeObject

Returns the value of attribute negative

Returns:

  • (Object)

    the current value of negative



4
5
6
# File 'lib/adaboost/features_analyzer.rb', line 4

def negative
  @negative
end

#positiveObject

Returns the value of attribute positive

Returns:

  • (Object)

    the current value of positive



4
5
6
# File 'lib/adaboost/features_analyzer.rb', line 4

def positive
  @positive
end