Main functions are mixtCompLearn for clustering, mixtCompPredict for predicting the cluster of new samples
with a model learnt with mixtCompLearn.
createAlgo gives you default values for required parameters.
Read the help page of mixtCompLearn for available models and data format. A summary of these information can be
accessed with the function availableModels.
All utility functions (getters, graphical) are in the RMixtCompUtilities-package
package.
In order to have an overview of the output, you can use print.MixtCompLearn, summary.MixtCompLearn and
plot.MixtCompLearn functions,
Getters are available to easily access some results (see. mixtCompLearn for output format): getBIC,
getICL, getCompletedData, getParam, getProportion, getTik, getEmpiricTik,
getPartition, getType, getModel, getVarNames.
You can compute discriminative powers and similarities with functions: computeDiscrimPowerClass,
computeDiscrimPowerVar, computeSimilarityClass, computeSimilarityVar.
Graphics functions are plot.MixtComp, plot.MixtCompLearn, heatmapClass, heatmapTikSorted,
heatmapVar, histMisclassif, plotConvergence, plotDataBoxplot, plotDataCI,
plotDiscrimClass, plotDiscrimVar, plotProportion, plotCrit.
Datasets with running examples are provided: titanic, CanadianWeather, prostate, simData.
Documentation about input and output format is available: vignette("dataFormat")
and
vignette("mixtCompObject")
.
MixtComp examples: vignette("MixtComp")
or online https://github.com/vandaele/mixtcomp-notebook.
Using ClusVis with RMixtComp: vignette("dataFormat")
.