weka.classifiers.misc.chirp
Class Projection

java.lang.Object
  extended by weka.classifiers.misc.chirp.Projection
All Implemented Interfaces:
java.io.Serializable

public class Projection
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Projection(java.util.Random random, int mWts)
           
 
Method Summary
 int[] goodProjection(int[] weightIndices, DataSource ds, int currentClass)
           
 int[] selectBestVariables(DataSource ds, int currentClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projection

public Projection(java.util.Random random,
                  int mWts)
Method Detail

goodProjection

public int[] goodProjection(int[] weightIndices,
                            DataSource ds,
                            int currentClass)

selectBestVariables

public int[] selectBestVariables(DataSource ds,
                                 int currentClass)