skent259 / mildsvm

Multiple Instance Learning with Distributions, SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add print methods for modeling functions

skent259 opened this issue · comments

At least need the following print methods

  • print.misvm
  • print.mildsvm
  • print.smm

Consider other print methods for things like

  • print.kfm_nystrom
  • print.kfm_exact

Want additional print methods for

  • print.mior
  • print.omisvm
  • print.misvm_orova
  • print.svor_exc
  • print.mild_df

Print methods for mild_df and mi_df were added in #49

Done with #56