API リファレンス#
The public Python API for chemotools. This section provides a technical reference for all importable modules and classes.
例やビジュアルガイドを含む詳細なドキュメントについては、 Methods セクションを参照してください。
クイックインポートリファレンス#
すべてのクラスは、それぞれのモジュールから直接インポートできます:
from chemotools.baseline import AirPls, ArPls
from chemotools.augmentation import AddNoise, BaselineShift
from chemotools.scale import MinMaxScaler, NormScaler
from chemotools.outliers import HotellingT2, Leverage
from chemotools.plotting import SpectraPlot, ScoresPlot
from chemotools.inspector import PCAInspector, PLSRegressionInspector
# ... and so on