j48.model.java Source code

Java tutorial

Introduction

Here is the source code for j48.model.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package j48;

import weka.classifiers.Classifier;
import weka.core.Instances;
import weka.core.Utils;

/**
 *
 * @author Teofebano
 */
public class model extends Classifier {

    @Override
    public void buildClassifier(Instances i) throws Exception {
        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
    }

}