类 Values

java.lang.Object
weka.classifiers.trees.m5.Values
所有已实现的接口:
RevisionHandler

public final class Values extends Object implements RevisionHandler
Stores some statistics.
版本:
$Revision: 1.7 $
作者:
Yong Wang (yongwang@cs.waikato.ac.nz)
  • 构造器概要

    构造器
    构造器
    说明
    Values(int low, int high, int attribute, Instances inst)
    Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the revision string.
    final String
    Converts the stats to a string

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • Values

      public Values(int low, int high, int attribute, Instances inst)
      Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation
      参数:
      low - the index of the first instance
      high - the index of the last instance
      attribute - the attribute
      inst - the instances
  • 方法详细资料

    • toString

      public final String toString()
      Converts the stats to a string
      覆盖:
      toString 在类中 Object
      返回:
      the converted string
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision