All functions |
|
---|---|
Converts an interval object to an array representation. |
|
Converts an interval object to a data frame representation. |
|
A generic function to convert various R objects into interval objects. |
|
Converts an array to an interval object. |
|
Provides a default method for converting unsupported data types to interval. |
|
Identity Conversion for Interval |
|
Converts a matrix to an interval object. |
|
Converts a numeric vector to an interval object. |
|
Converts an interval object to a matrix representation. |
|
Converts an interval object to its vector representation. |
|
Generate Colors for Clustering Visualization |
|
Transforms a matrix of membership degrees into a logical matrix based on a specified threshold. |
|
Performs fuzzy c-means clustering on interval data, allowing for soft clustering of data points into multiple clusters. |
|
Aggregates data into a 3D interval array based on a specified column. |
|
Combines multiple interval objects into a single interval object. |
|
Creates intervals from Normal Distribution using specified mean and standard deviation values for both the center and half-size of the intervals. |
|
Performs k-means clustering on interval data, allowing for partitioning of data points into distinct clusters. |
|
Performs clustering on interval data using the Neo-KM algorithm, which allows for overlapping and non-exhaustive cluster membership. |
|
Temperature by month and humidity in european city. |
|
Emotions in music aggregate on BPM to interval multi label data. |
|
Results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars, aggregate on sulfur dioxide to interval simple label data. |
|
Clusters interval data using the OKM (Overlapping K-means) algorithm. |
|
Determines if an object is a strictly valid interval object. |
|
Plots the overlap of membership degrees in a matrix as a function of a threshold. |
|
Clusters data using the NEOKM (Non-Exhaustive Overlapping K-means) algorithm. |
|
Clusters data using the OKM (Overlapping K-Means) clustering algorithm. |
|
Generates a visual representation of interval data as rectangles on a plot. |
|
Displays the results of fuzzy icmeans clustering in a readable format. |
|
Displays the results of ikmeans clustering in a readable format. |
|
Displays the results of Neo-KM clustering in a user-friendly format. |
|
Custom print method for displaying interval objects in a readable format. |
|
Displays the results of IOKM clustering in a user-friendly format. |
|
Displays the results of NEOKM clustering in a user-friendly format. |
|
Displays the results of OKM clustering in a readable format. |
|
Displays the results of R1-OKM clustering in a readable format. |
|
Displays the results of R2-OKM clustering in a readable format. |
|
Cluster data using the R1-OKM algorithm. |
|
Cluster data using the R2-OKM algorithm. |
|
Reads a CSV file and converts the data into a 3D interval array. |
|
Writes an interval object to a CSV file. |