Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
6
public
interface
Feature {
7
8
int
getIndex();
9
10
double getValue();
11
12
void
setValue(double value);
13
}
Callers
17
transpose
Method · 0.95
validate
Method · 0.65
get_diag_preconditioner
Method · 0.65
get_diag_preconditioner
Method · 0.65
predictValues
Method · 0.65
solve_l1r_l2_svc
Method · 0.65
solve_l1r_lr
Method · 0.65
solve_oneclass_svm
Method · 0.65
transpose
Method · 0.95
validate
Method · 0.65
get_diag_preconditioner
Method · 0.65
get_diag_preconditioner
Method · 0.65
Implementers
1
FeatureNode
src/main/java/de/bwaldvogel/liblinear/
Calls
no outgoing calls
Tested by
no test coverage detected