|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.misc.chirp.Trainer
public class Trainer
Field Summary | |
---|---|
static int |
nClasses
|
int |
nPts
|
static int |
nVars
|
Constructor Summary | |
---|---|
Trainer(Instances trainingInstances,
java.util.Random random,
int nReps)
|
Method Summary | |
---|---|
void |
classify()
|
int[] |
score()
|
static void |
tranformTesting(Instance instance)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int nPts
public static int nVars
public static int nClasses
Constructor Detail |
---|
public Trainer(Instances trainingInstances, java.util.Random random, int nReps)
Method Detail |
---|
public void classify()
public static void tranformTesting(Instance instance)
public int[] score()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |