java.lang.Object
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
所有已实现的接口:
Serializable, RevisionHandler

public class SERObject extends Object implements Serializable, RevisionHandler

SERObject.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 15, 2004
Time: 9:43:00 PM
$ Revision 1.4 $

版本:
$Revision: 1.4 $
作者:
Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
另请参阅:
  • 构造器详细资料

    • SERObject

      public SERObject(FastVector resultVector, int databaseSize, int numberOfAttributes, double epsilon, int minPoints, boolean opticsOutputs, String database_Type, String database_distanceType, int numberOfGeneratedClusters, String elapsedTime)
  • 方法详细资料

    • getResultVector

      public FastVector getResultVector()
      Returns the resultVector
      返回:
      FastVector resultVector
    • getDatabaseSize

      public int getDatabaseSize()
      Returns the database's size
      返回:
      int databaseSize
    • getNumberOfAttributes

      public int getNumberOfAttributes()
      Returns the number of Attributes of the specified database
      返回:
      int numberOfAttributes
    • getEpsilon

      public double getEpsilon()
      Returns the value of epsilon
      返回:
      double epsilon
    • getMinPoints

      public int getMinPoints()
      Returns the number of minPoints
      返回:
      int minPoints
    • isOpticsOutputs

      public boolean isOpticsOutputs()
      Returns the flag for writing actions
      返回:
      True if the outputs are to write to a file, else false
    • getDatabase_Type

      public String getDatabase_Type()
      Returns the type of the used index (database)
      返回:
      String Index-type
    • getDatabase_distanceType

      public String getDatabase_distanceType()
      Returns the distance-type
      返回:
      String Distance-type
    • getNumberOfGeneratedClusters

      public int getNumberOfGeneratedClusters()
      Returns the number of generated clusters
      返回:
      int numberOfGeneratedClusters
    • getElapsedTime

      public String getElapsedTime()
      Returns the elapsed-time
      返回:
      String elapsedTime
    • getRevision

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