Returns the weight that this data point carries. @return the weight that this data point carries.
()
| 81 | * @return the weight that this data point carries. |
| 82 | */ |
| 83 | public double getWeight() |
| 84 | { |
| 85 | return weight; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Set the weight that this data point should carry. The norm is 1.0 |
no outgoing calls