MCPcopy Create free account
hub / github.com/bwaldvogel/liblinear-java / Feature

Interface Feature

src/main/java/de/bwaldvogel/liblinear/Feature.java:6–13  ·  view source on GitHub ↗

@since 1.9

Source from the content-addressed store, hash-verified

4 * @since 1.9
5 */
6public interface Feature {
7
8 int getIndex();
9
10 double getValue();
11
12 void setValue(double value);
13}

Callers 17

transposeMethod · 0.95
validateMethod · 0.65
predictValuesMethod · 0.65
solve_l1r_l2_svcMethod · 0.65
solve_l1r_lrMethod · 0.65
solve_oneclass_svmMethod · 0.65
transposeMethod · 0.95
validateMethod · 0.65

Implementers 1

FeatureNodesrc/main/java/de/bwaldvogel/liblinear/

Calls

no outgoing calls

Tested by

no test coverage detected