anonymoustian

weka 可以对单一数据进行分类吗? SVM 分类

  •  
  •   anonymoustian · Apr 7, 2016 · 2356 views
    This topic created in 3738 days ago, the information mentioned may be changed or developed.

    我有一个训练好的 model ,

    现在假设要对一个 单一的输入(比如来自控制台), 我把它提取特征以后 (假设有 19 个特征), 那么我用什么方法可以对 这个单一的输入进行分类预测? (新建了一个 20 个特征的 Instance ,其中最后一个特征是 分类的结果)

    Instance inst = new Instance(20); for(int i = 0; i < 19; i++){ inst.setValue(i, res.get(i)); }

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4692 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 09:56 · PVG 17:56 · LAX 02:56 · JFK 05:56
    ♥ Do have faith in what you're doing.