类 SERObject
java.lang.Object
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
- 所有已实现的接口:
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
(FastVector resultVector, int databaseSize, int numberOfAttributes, double epsilon, int minPoints, boolean opticsOutputs, String database_Type, String database_distanceType, int numberOfGeneratedClusters, String elapsedTime) -
方法概要
修饰符和类型方法说明Returns the distance-typeReturns the type of the used index (database)int
Returns the database's sizeReturns the elapsed-timedouble
Returns the value of epsilonint
Returns the number of minPointsint
Returns the number of Attributes of the specified databaseint
Returns the number of generated clustersReturns the resultVectorReturns the revision string.boolean
Returns the flag for writing actions
-
构造器详细资料
-
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
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
Returns the type of the used index (database)- 返回:
- String Index-type
-
getDatabase_distanceType
Returns the distance-type- 返回:
- String Distance-type
-
getNumberOfGeneratedClusters
public int getNumberOfGeneratedClusters()Returns the number of generated clusters- 返回:
- int numberOfGeneratedClusters
-
getElapsedTime
Returns the elapsed-time- 返回:
- String elapsedTime
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-