Expand description
Structured SVM with cutting-plane optimisation for linear-chain prediction.
Re-exports§
pub use cutting_plane::CuttingPlaneConfig;pub use cutting_plane_full::FullCuttingPlaneConfig;pub use cutting_plane_full::FullCuttingPlaneResult;pub use cutting_plane_full::FullCuttingPlaneSvm;pub use ssvm::StructuredSvm;
Modules§
- cutting_
plane - Cutting-plane / sub-gradient SSVM configuration.
- cutting_
plane_ full - Full n-slack cutting-plane structural SVM optimiser (Joachims, Finley, Yu 2009, “Cutting-plane training of structural SVMs”).
- ssvm
- Linear-chain structured SVM with cutting-plane + sub-gradient training.