S

SPegasos

Implements the stochastic variant of the Pegasos (Primal Estimated sub-GrAdient SOlver for SVM) method of Shalev-Shwartz et al. (2007). This implementation globally replaces all missing values and transforms nominal attributes into binary ones. It also normalizes all attributes, so the coefficients in the output are based on the normalized data. Can either minimize the hinge loss (SVM) or log loss (logistic regression). For more information, see S. Shalev-Shwartz, Y. Singer, N. Srebro: Pegasos: Primal Estimated sub-GrAdient SOlver for SVM. In: 24th International Conference on MachineLearning, 807-814, 2007.
http://weka.sourceforge.net/doc.packages/SPegasos
GNU General Public License 3
University of Waikato, Hamilton, NZ
Mark Hall
Files download
File Operation
SPegasos-1.0.2.jar download
SPegasos-1.0.2.pom download
SPegasos-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>SPegasos</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:SPegasos:1.0.2'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:SPegasos:1.0.2")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "SPegasos" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='SPegasos', version='1.0.2')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="SPegasos" rev="1.0.2" />
Leiningen
[nz.ac.waikato.cms.weka/SPegasos "1.0.2"]
Apache Buildr
'nz.ac.waikato.cms.weka:SPegasos:jar:1.0.2'