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_problem.java (French)
l10n_v0.2.x
linlin
4 years ago
parent
1572e74bf0
commit
e93eeb3f7b
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
lang/fr/gklearn/gedlib/lib/libsvm.3.22/java/libsvm/svm_problem.java
+ 7
- 0
lang/fr/gklearn/gedlib/lib/libsvm.3.22/java/libsvm/svm_problem.java
View File
@@ -0,0 +1,7 @@
package libsvm;
public class svm_problem implements java.io.Serializable
{
public int l;
public double[] y;
public svm_node[][] x;
}
Write
Preview
Loading…
Cancel
Save