Class: AdaBoost::FeatureStatistic

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

Instance Attribute Summary collapse

Instance Attribute Details

#avgObject

Returns the value of attribute avg

Returns:

  • (Object)

    the current value of avg



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

def avg
  @avg
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



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

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



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

def min
  @min
end

#rngObject

Returns the value of attribute rng

Returns:

  • (Object)

    the current value of rng



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

def rng
  @rng
end

#stdObject

Returns the value of attribute std

Returns:

  • (Object)

    the current value of std



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

def std
  @std
end

#sumObject

Returns the value of attribute sum

Returns:

  • (Object)

    the current value of sum



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

def sum
  @sum
end

#vrnObject

Returns the value of attribute vrn

Returns:

  • (Object)

    the current value of vrn



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

def vrn
  @vrn
end