net.sf.myra.datamining.data
Class AbstractDistanceBasedBuilder.Candidate

java.lang.Object
  extended by net.sf.myra.datamining.data.AbstractDistanceBasedBuilder.Candidate
All Implemented Interfaces:
java.lang.Comparable<AbstractDistanceBasedBuilder.Candidate>
Enclosing class:
AbstractDistanceBasedBuilder

protected static class AbstractDistanceBasedBuilder.Candidate
extends java.lang.Object
implements java.lang.Comparable<AbstractDistanceBasedBuilder.Candidate>

Struct-like class to represent the label information of an instance.


Field Summary
protected  boolean[] flags
           
protected  double label
           
protected  double value
           
 
Constructor Summary
protected AbstractDistanceBasedBuilder.Candidate()
           
 
Method Summary
 int compareTo(AbstractDistanceBasedBuilder.Candidate o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

label

protected double label

flags

protected boolean[] flags
Constructor Detail

AbstractDistanceBasedBuilder.Candidate

protected AbstractDistanceBasedBuilder.Candidate()
Method Detail

compareTo

public int compareTo(AbstractDistanceBasedBuilder.Candidate o)
Specified by:
compareTo in interface java.lang.Comparable<AbstractDistanceBasedBuilder.Candidate>


Copyright © 2013. All Rights Reserved.