Skip to content

Commit

Permalink
add a new classifier : SDCA on a budget
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpicard committed Mar 24, 2016
1 parent 8ac3703 commit 3f9ee3b
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 2 deletions.
18 changes: 18 additions & 0 deletions jmlr_demo/jmlr_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,22 @@ echo "german number "$(java -cp ${JKMSPATH} fr.lip6.jkernelmachines.example.Cros
echo ""


### bsdca
echo "BudgetSDCA"
echo "-------"

#ionosphre
echo "ionosphere "$(java -cp ${JKMSPATH} fr.lip6.jkernelmachines.example.CrossValidationExample -f ${RES}/ionosphere_scale -p 0.8 -n 20 -k gauss -a bsdca)

# heart
echo "heart "$(java -cp ${JKMSPATH} fr.lip6.jkernelmachines.example.CrossValidationExample -f ${RES}/heart_scale -p 0.8 -n 20 -k gauss -a bsdca)

# breast cancer
echo "breast cancer "$(java -cp ${JKMSPATH} fr.lip6.jkernelmachines.example.CrossValidationExample -f ${RES}/breast-cancer_scale -p 0.8 -n 20 -k gauss -a bsdca)

# german number
echo "german number "$(java -cp ${JKMSPATH} fr.lip6.jkernelmachines.example.CrossValidationExample -f ${RES}/german.numer_scale -p 0.8 -n 20 -k gauss -a bsdca)

echo ""


Loading

0 comments on commit 3f9ee3b

Please sign in to comment.