This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
New translations svm_node.java (Chinese Simplified)
l10n_v0.2.x
linlin
4 years ago
parent
7aaa0900d9
commit
a465166149
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
lang/zh/gklearn/gedlib/lib/libsvm.3.22/java/libsvm/svm_node.java
+ 6
- 0
lang/zh/gklearn/gedlib/lib/libsvm.3.22/java/libsvm/svm_node.java
View File
@@ -0,0 +1,6 @@
package libsvm;
public class svm_node implements java.io.Serializable
{
public int index;
public double value;
}
Write
Preview
Loading…
Cancel
Save