Class: TrainingPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/phisher/knn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



121
122
123
# File 'lib/phisher/knn.rb', line 121

def data
  @data
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



121
122
123
# File 'lib/phisher/knn.rb', line 121

def label
  @label
end