See: Description
Interface | Description |
---|---|
IlvClassifier<CIT extends IlvClusterId> |
This interface represents a classification algorithm.
|
IlvClusterId |
This interface presents an object that describes a group (cluster) of
objects that have some common properties or are nearby to each other in
some sense.
|
IlvPartitioner<CIT extends IlvClusterId> |
This interface describes how to partition a set of objects.
|
IlvPartitionerFactory<CIT extends IlvClusterId> |
This interface allows you to create an
IlvPartitioner for
a given object model. |
Class | Description |
---|---|
IlvAbstractClusterId |
This class represents an abstract identifier of a cluster (group) of objects
in a model after partitioning.
|
IlvAbstractPartitioner<CIT extends IlvClusterId> |
This class is an implementation of the
IlvPartitioner interface
which handles the notification to listeners of the model. |
IlvColumnValueClusterId |
This class represents a cluster (group) of objects which are grouped
together based on their values in a particular model column.
|
IlvColumnValuePartitioner<CIT extends IlvClusterId> |
This class is an abstract base class for partitioning according to the value
of a model column.
|
IlvCustomScalePartitioner |
This class partitions a set of objects according to where the numerical
value of a model column falls in a custom scale.
|
IlvCustomScalePartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to where the numerical value of a model column falls in a custom scale.
|
IlvDateClusterId |
This class contains information about a group of objects that were grouped
together based on the date value of a model column.
|
IlvDatePartitioner |
This class partitions a set of objects according to specific date fields
of the value of a model column.
|
IlvDatePartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to specific date fields of the value of a model column.
|
IlvDefaultClusterIdComparator |
This class is the default comparator for
IlvClusterId objects. |
IlvFilenamePartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a filename.
|
IlvHostnamePartitioner |
This class partitions a set of objects according to the value of a model
column, interpreted as a hostname (fully qualified host name or IP address).
|
IlvHostnamePartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a hostname (fully qualified
host name or IP address).
|
IlvIntervalClusterId |
This class contains information about a group of objects
that were grouped together based on the numerical value of a model column.
|
IlvPathClusterId |
This class contains information about a group of objects
that were grouped together based on a common prefix of a path-like
string that is the value in a model column.
|
IlvPathPartitioner |
This class partitions a set of objects according to the value of a model
column, interpreted as a string with separators called "path".
|
IlvPathPartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a string with separators
called "path".
|
IlvStringClusterId |
This class contains information about a group of objects
that were grouped together based on the string value of a model column.
|
IlvStringPartitioner |
This class partitions a set of objects according to the value of a model
column, as a string.
|
IlvStringPartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a string.
|
IlvUniformScalePartitioner |
This class partitions a set of objects according to the value of a model
column, as a number, by dividing the value range [min,max] into intervals
of equal length.
|
IlvUniformScalePartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a number, by dividing the value range
[min,max] into intervals of equal length.
|
IlvURLPartitionerFactory |
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a URL.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.