anonymoustian

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

  •  
  •   anonymoustian · Apr 7, 2016 · 2420 views
    This topic created in 3770 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   ·   5343 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 49ms · UTC 01:23 · PVG 09:23 · LAX 18:23 · JFK 21:23
    ♥ Do have faith in what you're doing.