MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getWeight

Method getWeight

JSAT/src/jsat/classifiers/DataPoint.java:83–86  ·  view source on GitHub ↗

Returns the weight that this data point carries. @return the weight that this data point carries.

()

Source from the content-addressed store, hash-verified

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

Callers 15

checkDataSetMethod · 0.95
fMethod · 0.95
fMethod · 0.95
getOnlineColumnStatsMethod · 0.95
meanVectorMethod · 0.95
covarianceMatrixMethod · 0.95
covarianceDiagMethod · 0.95
runMethod · 0.95
fMethod · 0.95
callMethod · 0.95
fMethod · 0.95

Calls

no outgoing calls

Tested by 3

checkDataSetMethod · 0.76
fMethod · 0.76
fMethod · 0.76